code wiki / (root) / nx_flpg_t2.nx

nx_flpg_t2.nx source

↩ module page · 12 lines · 229 B

1import "nx_syscalls.nx" 2import "nx_lib_std.nx" 3 4func main(argc: i64, argv: *i64) -> i64 { 5 var n: i64 = 0 6 n = 7 7 std_puts("FLGATE hello=" as *u8) 8 std_pdec(n) 9 std_puts("\n" as *u8) 10 sys_exit(0) 11 return 0 12}