aboutsummaryrefslogtreecommitdiffstats
path: root/info.toml
diff options
context:
space:
mode:
authorMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-30 21:00:29 -0300
committerMaurĂ­cio Antunes <mauricio.abreua@gmail.com>2022-11-30 21:00:29 -0300
commit2b847a4987a8302b0fc23111766e01849ac65354 (patch)
tree9296bb7ca71038113bd7348d5eee09104f056b36 /info.toml
parent1891a778f4a9f5ff945d7598836d478f6de82161 (diff)
feat: add new maps exercise
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"