_offc_micro_bare.nx source
↩ module page · 8 lines · 160 B
1// Bare minimum — no nx_narr import at all.
2
3import "syscalls.nx"
4
5func main() -> i64 {
6 sys_write(2, "[bare] hello\n" as *u8, 13)
7 return 42
8}
_offc_micro_bare.nx source↩ module page · 8 lines · 160 B