summaryrefslogtreecommitdiff
path: root/samples/p03
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-09-04 16:58:15 +0200
committerMarc Vertes <mvertes@free.fr>2023-09-04 16:58:15 +0200
commit4241593b42bffac2f8fcb63f1e88621fe025e360 (patch)
tree48680879982947524e1b028e179608bb5cbcda23 /samples/p03
parent8feddd9b3eefb920c4a0c7a5b4c3b8ae160f3c71 (diff)
codegen: add interpreter tests
Also simplify project structure. The executable is now produced in the root directory. Work in progress.
Diffstat (limited to 'samples/p03')
-rw-r--r--samples/p033
1 files changed, 0 insertions, 3 deletions
diff --git a/samples/p03 b/samples/p03
deleted file mode 100644
index 39a3cda..0000000
--- a/samples/p03
+++ /dev/null
@@ -1,3 +0,0 @@
-func f(a int, b int) int { return a + b }
-
-println("f:", f(3, 4), f(5, 6))