4 lines
78 B
Text
4 lines
78 B
Text
|
|
export module Greet;
|
||
|
|
import std;
|
||
|
|
|
||
|
|
export std::string Hello() { return "hi"; }
|