elna/tests/vm/print_sum.elna

4 lines
34 B
Plaintext
Raw Normal View History

2024-09-29 19:50:55 +02:00
proc main() {
printi(5 + 13);
}