_offc_exit42.nx source
↩ module page · 6 lines · 133 B
1// _offc_exit42.nx -- minimal Bar-3 test program.
2// No imports, no sys_write, just return 42.
3
4func main() -> i64 {
5 return 42
6}
_offc_exit42.nx source↩ module page · 6 lines · 133 B