elna/tests/vm/printi_quotient.elna
2024-10-06 18:09:08 +02:00

4 lines
33 B
Plaintext

proc main() {
printi(4 / 2);
}