elna/tests/vm/print_negate.elna

4 lines
32 B
Plaintext
Raw Normal View History

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