summaryrefslogtreecommitdiff
path: root/exercises/11_hashmaps
AgeCommit message (Collapse)Author
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-04Update hashmaps3.rs description for clarityEvan Miller
I struggled with this exercise and didn't understand that it was looking for a summary of goals scored/conceded per team, instead of per match. My goal here is just to clarify the language, essentially saying "the total number of goals the team scored" to indicate that we are looking for a sum. Updated the exercise description to clarify this point. Relates loosely to closed issue https://github.com/rust-lang/rustlings/issues/1361
2024-01-09Correct for more standard EnglishSergei Gerasenko
2023-10-16Update Exercises Directory Names to Reflect OrderAdam Brewer