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 309eabe..d0ec349 100644
--- a/info.toml
+++ b/info.toml
@@ -75,3 +75,10 @@ path = "exercises/if/if1/main_test.go"
mode = "test"
hint = """
"""
+
+[[exercises]]
+name = "if2"
+path = "exercises/if/if2/main_test.go"
+mode = "test"
+hint = """
+"""