index
:
elna
cpp
haskell
master
Elna programming language compiles simple mathematical operations to RISC-V code.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
vm
/
printi_quotient.elna
blob: 0f30f4dbcc739e48f54bcc70437970b307af1b0e (
plain
)
1
2
3
proc main() { printi(4 / 2); }