elna/tests/vm/parse_negative_numbers.elna

4 lines
30 B
Plaintext
Raw Normal View History

2024-10-02 22:56:15 +02:00
proc main() {
printi(-8);
}