code wiki / (root) / nx_fgt_t1.nx

nx_fgt_t1.nx source

↩ module page · 9 lines · 212 B

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