index
:
huginn
main
A hobby compiler for a made up language to rv64im
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ternary.hgn
blob: 3740fd889bcce6176e4d2e53e05f3d4e4c5ac62b (
plain
) (
blame
)
1
2
3
4
main := proc() { print(if read_int(0) 1 else 2) if 1 exit(0) }