index
:
elna
assembly
cpp
haskell
Elna programming language compiles simple mathematical operations to RISC-V code.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
testsuite
/
runnable
/
multi_module
/
sut.elna
blob: fb26a26be0c6d39329e0a57e5a20c22883c94364 (
plain
)
1
2
3
4
5
import helper begin assert(multiply(3, 4) = 12) end.