summaryrefslogtreecommitdiff
path: root/info.toml
diff options
context:
space:
mode:
authorAbdou Seck <djily02016@gmail.com>2021-04-13 10:39:18 -0400
committerGitHub <noreply@github.com>2021-04-13 10:39:18 -0400
commitcaf921a01fafc6caf2a8874b9a0af3b9decd2416 (patch)
treec53fa7cc3c81ab90ad43f453310f8fd8d35784e2 /info.toml
parentad3cd54ccee1f9f879babf4a06079ebef1f16aff (diff)
parentab9995e76e10fb1159f9ca1f378e3e11838dc5bc (diff)
Merge pull request #674 from Morsicus/fix/collections-exercises-naming
Update collections exercises naming
Diffstat (limited to 'info.toml')
-rw-r--r--info.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/info.toml b/info.toml
index 4a1d3aa..1a1636a 100644
--- a/info.toml
+++ b/info.toml
@@ -359,7 +359,7 @@ each constant."""
# COLLECTIONS
[[exercises]]
-name = "collections1"
+name = "vec1"
path = "exercises/collections/vec1.rs"
mode = "test"
hint = """
@@ -373,7 +373,7 @@ of the Rust book to learn more.
"""
[[exercises]]
-name = "collections2"
+name = "vec2"
path = "exercises/collections/vec2.rs"
mode = "test"
hint = """
@@ -383,7 +383,7 @@ Hint 2: Check the suggestion from the compiler error ;)
"""
[[exercises]]
-name = "collections3"
+name = "hashmap1"
path = "exercises/collections/hashmap1.rs"
mode = "test"
hint = """
@@ -394,7 +394,7 @@ Hint 2: Number of fruits should be at least 5. And you have to put
"""
[[exercises]]
-name = "collections4"
+name = "hashmap2"
path = "exercises/collections/hashmap2.rs"
mode = "test"
hint = """