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_negate.elna
blob: 791bc81dd06e12d85a4903a0dd8dbec998750926 (
plain
)
1
2
3
proc main() { printi(-(8)); }