mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 06:34:20 +00:00
Sync exercise and solution
This commit is contained in:
parent
8339682112
commit
362473dde0
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
||||||
// Apple (4), Mango (2) and Lychee (5) are already in the basket hash map. You
|
// Apple (4), Mango (2) and Lychee (5) are already in the basket hash map. You
|
||||||
// must add fruit to the basket so that there is at least one of each kind and
|
// must add fruit to the basket so that there is at least one of each kind and
|
||||||
// more than 11 in total - we have a lot of mouths to feed. You are not allowed
|
// more than 11 in total - we have a lot of mouths to feed. You are not allowed
|
||||||
// to insert any more of these fruits!
|
// to insert any more of the fruits that are already in the basket (Apple,
|
||||||
|
// Mango, and Lychee).
|
||||||
|
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue