5 lines
63 B
Text
5 lines
63 B
Text
|
|
export module Foo;
|
||
|
|
|
||
|
|
export int Compute() {
|
||
|
|
return 7 * 6;
|
||
|
|
}
|