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_2_statements.elna
blob: e2b597084fddab7ba0e6c23cefb74caed87fd583 (
plain
)
1
2
3
4
proc main() { printi(13); printi(2097150); }