elna/tests/vm/add_products.elna

4 lines
41 B
Plaintext
Raw Normal View History

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