elna/tests/vm/print_subtraction.elna

4 lines
34 B
Plaintext

proc main() {
printi(5 - 13);
}