We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65834fc + 2f4e63b commit 9e2ff7dCopy full SHA for 9e2ff7d
exercises/11_hashmaps/hashmaps2.rs
@@ -5,7 +5,8 @@
5
// Apple (4), Mango (2) and Lychee (5) are already in the basket hash map. You
6
// must add fruit to the basket so that there is at least one of each kind and
7
// more than 11 in total - we have a lot of mouths to feed. You are not allowed
8
-// to insert any more of these fruits!
+// to insert any more of the fruits that are already in the basket (Apple,
9
+// Mango, and Lyche).
10
11
use std::collections::HashMap;
12
0 commit comments