code wiki / (root) / himport.nx

himport.nx source

↩ module page · 3 lines · 155 B

1// himport.nx -- Exits the program with status code 7 using the sys_exit system call. 2import "nx_syscalls.nx" 3func main() -> i64 { sys_exit(7); return 7 }