diff options
| author | mo8it <mo8it@proton.me> | 2024-06-24 13:20:50 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-06-24 13:20:50 +0200 |
| commit | 5baa503bfc27fc691dbc292b46d37d25c17cffab (patch) | |
| tree | e8fe4bf2f273865ee349a44d0df3d06468098374 /rustlings-macros/info.toml | |
| parent | 0cd96afe63ff88797976b288122b3506688308fe (diff) | |
hashmaps1 solution
Diffstat (limited to 'rustlings-macros/info.toml')
| -rw-r--r-- | rustlings-macros/info.toml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/rustlings-macros/info.toml b/rustlings-macros/info.toml index 58c0cdd..cf70d4d 100644 --- a/rustlings-macros/info.toml +++ b/rustlings-macros/info.toml @@ -558,12 +558,8 @@ paths to bring these two in using only one line.""" name = "hashmaps1" dir = "11_hashmaps" hint = """ -Hint 1: Take a look at the return type of the function to figure out - the type for the `basket`. - -Hint 2: Number of fruits should be at least 5. And you have to put - at least three different types of fruits. -""" +The number of fruits should be at least 5 and you have to put at least 3 +different types of fruits.""" [[exercises]] name = "hashmaps2" |
