code wiki / _hdl_build / _an_score_test.nx
_an_score_test.nx source
↩ module page · 11 lines · 361 B
1// AUTHORED BY THE NISHI BUILDER (PERMIL_VERDICT test) -- KATs computed from the table at emit time
2import "_an_score.nx"
3import "nx_syscalls.nx"
4func main() -> i64 {
5 if _an_score_verdict(24) == 3 {
6 if _an_score_verdict(0) == 0 {
7 if _an_score_verdict(12) == 1 {
8 if _an_score_verdict(24) == 3 { sys_exit(0) } } } }
9 sys_exit(1)
10 return 1
11}