code wiki / (root) / nx_win_hello.nx

nx_win_hello.nx

buildroot/runtime/nx_win_hello.nx

247 B3 linesdepth 0pulls 0 transitivereach 0 importersview sourcekind tooltopic win
docsdependenciesstructsconstsfunctions

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

3func main() -> i64 { let a: i64 = 200; let b: i64 = 63; return a - b } // = 137