code wiki / _hdl_build / _cn_jam.nx
_cn_jam.nx
buildroot/runtime/_hdl_build/_cn_jam.nx
about
AUTHORED BY THE NISHI BUILDER (pattern: VERDICT_GATE) -- thresholds -> verdict, no Claude logic
dependencies 1 imports · 1 importers
imports: nx_syscalls.nx
imported by: _cn_jam_test.nx
structs
| none |
consts
| none |
functions
| 3 | func _cn_jam_verdict(x: i64) -> i64 { if x < 180 { return 0 } if x > 260 { return 2 } return 1 } called by 1: main |