From 80c277773a1e73267832641574654361b85e6028 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 10 Jul 2023 15:54:13 +0200 Subject: first commit --- samples/p03 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 samples/p03 (limited to 'samples/p03') diff --git a/samples/p03 b/samples/p03 new file mode 100644 index 0000000..39a3cda --- /dev/null +++ b/samples/p03 @@ -0,0 +1,3 @@ +func f(a int, b int) int { return a + b } + +println("f:", f(3, 4), f(5, 6)) -- cgit v1.2.3