aboutsummaryrefslogtreecommitdiffstats
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/functions/functions1/main.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/exercises/functions/functions1/main.go b/exercises/functions/functions1/main.go
new file mode 100644
index 0000000..9ad8e8a
--- /dev/null
+++ b/exercises/functions/functions1/main.go
@@ -0,0 +1,9 @@
+// functions1
+// Make me compile!
+
+// I AM NOT DONE
+package main
+
+func main() {
+ call_me()
+}