From c2c923276f7ecde1f71e53309dc5d1cc53cd3ff2 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sun, 29 Sep 2024 19:50:55 +0200 Subject: Implement addition and subtraction --- tests/vm/print_sum.elna | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/vm/print_sum.elna (limited to 'tests/vm/print_sum.elna') diff --git a/tests/vm/print_sum.elna b/tests/vm/print_sum.elna new file mode 100644 index 0000000..8ad98d6 --- /dev/null +++ b/tests/vm/print_sum.elna @@ -0,0 +1,3 @@ +proc main() { + printi(5 + 13); +} -- cgit v1.2.3