Files
doslang-mirror/fec/tests/m8/alias/acme/math.fe
T

4 lines
55 B
Plaintext

unit acme.math;
pub fn answer() -> i32 { return 42; }