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

4 lines
41 B
Plaintext

proc main() {
printi(2 * 3 + 4 * 8);
}