code wiki / (root) / nx_fgt_t4.nx

nx_fgt_t4.nx source

↩ module page · 9 lines · 224 B

1// forge gate fixture candidate: the repaired second attempt (T4) 2import "nx_syscalls.nx" 3import "nx_lib_std.nx" 4 5func main(argc: i64, argv: *i64) -> i64 { 6 std_puts("FORGE-T4 ok\n" as *u8) 7 sys_exit(0) 8 return 0 9}