code wiki / (root) / nx_fca_t1.nx

nx_fca_t1.nx source

↩ module page · 10 lines · 200 B

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