summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authormokou <mokou@fastmail.com>2022-07-14 13:01:40 +0200
committermokou <mokou@fastmail.com>2022-07-14 13:01:40 +0200
commitf443f4e7b31467b29271aab477c63eb64aba1be3 (patch)
treed73381a429fb6a5f23433c1fa5566fe58c2eccf0 /info.toml
parentab8572e15bf6765471490281ba2a1c8f88275e40 (diff)
feat: move quiz2 to be strings4
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml11
1 files changed, 8 insertions, 3 deletions
diff --git a/info.toml b/info.toml
index ec2d817..0f7d925 100644
--- a/info.toml
+++ b/info.toml
@@ -167,7 +167,7 @@ For that first compiler error, it's important in Rust that each conditional
block returns the same type! To get the tests passing, you will need a couple
conditions checking different input values."""
-# TEST 1
+# QUIZ 1
[[exercises]]
name = "quiz1"
@@ -454,6 +454,12 @@ them!
For the compose_me method: You can either use the `format!` macro, or convert the string
slice into an owned string, which you can then freely extend."""
+[[exercises]]
+name = "strings4"
+path = "exercises/strings/strings4.rs"
+mode = "compile"
+hint = "No hints this time ;)"
+
# MODULES
[[exercises]]
@@ -517,8 +523,7 @@ Hint 2: If there is already an entry for a given key, the value returned by `ent
Learn more at https://doc.rust-lang.org/book/ch08-03-hash-maps.html#updating-a-value-based-on-the-old-value
"""
-
-# TEST 2
+# QUIZ 2
[[exercises]]
name = "quiz2"