diff options
| author | Marc Vertes <mvertes@free.fr> | 2023-07-10 15:54:13 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2023-07-10 15:54:13 +0200 |
| commit | 80c277773a1e73267832641574654361b85e6028 (patch) | |
| tree | c39b422716e41e47987b62cdc4a9dd2649cc2138 /samples/p03 | |
first commit
Diffstat (limited to 'samples/p03')
| -rw-r--r-- | samples/p03 | 3 |
1 files changed, 3 insertions, 0 deletions
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)) |
