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 ba3bf45..d8c9de6 100644
--- a/info.toml
+++ b/info.toml
@@ -103,3 +103,10 @@ path = "exercises/switch/switch3/main_test.go"
mode = "test"
hint = """
"""
+
+[[exercises]]
+name = "primitive_types1"
+path = "exercises/primitive_types/primitive_types1/main.go"
+mode = "compile"
+hint = """
+"""