nx_win_hello.nx
buildroot/runtime/nx_win_hello.nx
about
nx_win_hello.nx -- proves nishi-compiled code runs NATIVE on Windows (no WSL/Docker).
distinctive arithmetic so the exit code can only come from real codegen.
dependencies 0 imports · 0 importers
imports: none
imported by: nobody (leaf or entry point)
structs
| none |
consts
| none |
functions
| 3 | func main() -> i64 { let a: i64 = 200; let b: i64 = 63; return a - b } // = 137 |