code wiki / _hdl_build / nx_mrbak_probe.nx
nx_mrbak_probe.nx source
↩ module page · 4 lines · 206 B
1// nx_mrbak_probe.nx -- probe for backup-before-edit (rule-13 reversibility). license_tier: ORIGINAL
2import "nx_syscalls.nx"
3import "nx_g_puts_lib.nx"
4func main() -> i64 { g_puts("hi\n" as *u8); return 0 }