Files
doslang-mirror/fec/tests/m8/basic/main.fe
T

7 lines
72 B
Plaintext

unit main;
import util;
fn main() -> i32 {
return util.answer();
}