Merge pull request #732 from apogeeoak/iterators5

chore(iterators5): Minor formatting improvements.
This commit is contained in:
fmoko 2021-07-09 12:24:42 +02:00 committed by GitHub
commit 8e313cffaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
// iterators5.rs
// Let's define a simple model to track Rustlings exercise progress. Progress
// will be modelled using a hash map. The name of the exercise is the key and
// the progress is the value. Two counting functions were created to count the