code wiki / _hdl_build / _orch_probe.nx

_orch_probe.nx source

↩ module page · 3 lines · 207 B

1// _orch_probe.nx -- a trivial target the sovereign orchestrator compiles + runs (proof it works). 2import "nx_syscalls.nx" 3func main() -> i64 { sys_write(1, "PROBE-RAN-SOVEREIGNLY\n" as *u8, 22); return 0 }