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

5 lines
73 B
Plaintext

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