aboutsummaryrefslogtreecommitdiffstats
path: root/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/info.toml b/info.toml
index a4104ec..f8cffd7 100644
--- a/info.toml
+++ b/info.toml
@@ -173,3 +173,9 @@ Add some elements and read the output.
If you are still confuse about the append function, don't worry, check out
the spec: https://go.dev/ref/spec#Appending_and_copying_slices"""
+
+[[exercises]]
+name = "slices4"
+path = "exercises/slices/slices4/main.go"
+mode = "test"
+hint = "No hints this time"