aboutsummaryrefslogtreecommitdiffstats
path: root/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/info.toml b/info.toml
index 753e7af..5a0f2e0 100644
--- a/info.toml
+++ b/info.toml
@@ -47,3 +47,10 @@ mode = "compile"
hint = """
The main function is calling another function that it expects to exist.
It expects a function named `call_me` to exist and receive no arguments."""
+
+[[exercises]]
+name = "functions2"
+path = "exercises/functions/functions2/main.go"
+mode = "compile"
+hint = """
+Function parameters need to have their types explicitly declared."""