summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/info.toml b/info.toml
index 27071a5..6549e1c 100644
--- a/info.toml
+++ b/info.toml
@@ -236,6 +236,7 @@ Make sure the type is consistent across all arms."""
[[exercises]]
name = "quiz1"
+dir = "quizzes"
mode = "test"
hint = "No hints this time ;)"
@@ -637,6 +638,7 @@ Learn more at https://doc.rust-lang.org/book/ch08-03-hash-maps.html#updating-a-v
[[exercises]]
name = "quiz2"
+dir = "quizzes"
mode = "test"
hint = "No hints this time ;)"
@@ -870,6 +872,7 @@ See the documentation at: https://doc.rust-lang.org/book/ch10-02-traits.html#spe
[[exercises]]
name = "quiz3"
+dir = "quizzes"
mode = "test"
hint = """
To find the best solution to this challenge you're going to need to think back