elna/tests/vm/printi_quotient.elna

4 lines
33 B
Plaintext
Raw Normal View History

2024-10-06 18:07:57 +02:00
proc main() {
printi(4 / 2);
}