4 lines
92 B
Text
4 lines
92 B
Text
|
|
export module Greeter;
|
||
|
|
import std;
|
||
|
|
|
||
|
|
export std::string Greet() { return "ok-from-module"; }
|