summaryrefslogtreecommitdiff
path: root/exercises/11_hashmaps/hashmaps2.rs
AgeCommit message (Collapse)Author
37 hoursI dont know why this is not pushedmainanand
2024-07-16fix: Lyche becomes LycheeMikkel ALMONTE--RINGAUD
Small typo.
2024-07-05fix: Add clarification to instructions for hashmaps2.rsMatt Nield
In the instructions for hashmaps2.rs, the last sentence of the include the phrase "these fruits", which refers to fruits that were mentioned two sentences prior. Having a sentence in between the first sentence in which the fruits were described and a later sentence in which the phrase "these fruits" is used makes this confusing to read, since the phrase "these fruits" does not come immediately after the mention of the fruits that the phrase refers to. This pull request expands the last sentence to explicitly refer to the fruits being mentioned, in order to add clarity about the requirement of the exercise.
2024-06-24hashmaps2 solutionmo8it
2024-06-24Merge pull request #1782 from danielsomerfield/mainMo
Fix all_fruits_types_in_basket to fail if all fruit kinds are not included
2024-04-17Clean up and unify exercisesmo8it
2024-04-17Require a main function in all exercisesmo8it
2024-04-11Remove "I AM NOT DONE" and the verify mode and add AppStatemo8it
2024-03-27Move test array to be in test module as vecDaniel Somerfield
2023-11-21Fix all_fruits_types_in_basket to fail if all fruit kinds are not includedDaniel Somerfield
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer