code wiki / _hdl_build / nx_career_gate.nx

nx_career_gate.nx source

↩ module page · 7 lines · 267 B

1// nx_career_gate.nx -- gate + CLI wrapper for the nx_career pure core (argless = selftest; else the CLI: 2// match | gap | stage). expect_exit: 0 license_tier: ORIGINAL 3import "nx_career.nx" 4 5func main(argc: i64, argv: *i64) -> i64 { 6 return cr_cli(argc, argv) 7}