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_product.elna
blob: b337428beb7b8b823bead806724bedf006816e8e (
plain
)
1
2
3
proc main() { printi(20 * 50); }