5 lines
70 B
Plaintext
5 lines
70 B
Plaintext
unit main;
|
|
import lib;
|
|
|
|
fn main() -> void { let value = lib.make(); }
|