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
/
print_subtraction.elna
blob: c5b09a257316b5f8250f6a9446427a05afb60e40 (
plain
)
1
2
3
proc main() { printi(5 - 13); }