aboutsummaryrefslogtreecommitdiffstats
path: root/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/info.toml b/info.toml
index b1b93e3..a8c753f 100644
--- a/info.toml
+++ b/info.toml
@@ -200,4 +200,10 @@ mode = "compile"
hint = """
Very similar to maps1, but this time you can initialize a new map
in the same line with a different syntax.
-""""
+"""
+
+[[exercises]]
+name = "maps3"
+path = "exercises/maps/maps3/main_test.go"
+mode = "test"
+hint = "No hints this time"