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/p04 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 samples/p04 (limited to 'samples/p04') diff --git a/samples/p04 b/samples/p04 new file mode 100644 index 0000000..f2a85c8 --- /dev/null +++ b/samples/p04 @@ -0,0 +1,4 @@ +func f() int { println(a) } + +a := 4 +f() -- cgit v1.2.3