Skip to content

Commit

Permalink
docs: added hint for rustlings list command
Browse files Browse the repository at this point in the history
Added hint for `rustlings list` to the "Doing exercises" section.
  • Loading branch information
Zerotask authored and ingrachen committed May 2, 2021
1 parent cf0093e commit b375d37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ exercise:
rustlings hint myExercise1
```

To check your progress, you can run the following command:
```bash
rustlings list
```

## Testing yourself

After every couple of sections, there will be a quiz that'll test your knowledge on a bunch of sections at once. These quizzes are found in `exercises/quizN.rs`.
Expand Down

0 comments on commit b375d37

Please sign in to comment.