code wiki / (root) / hello.nx

hello.nx source

↩ module page · 2 lines · 107 B

1// hello.nx -- Returns the integer 42 as the result of the main function. 2func main() -> i64 { return 42 }