Skip to content

Commit

Permalink
Merge pull request #708 from Zerotask/list-command-added-to-readme
Browse files Browse the repository at this point in the history
docs: added hint for rustlings list command
  • Loading branch information
shadows-withal authored Apr 20, 2021
2 parents 5e2b39a + e2c4190 commit 3a06de7
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 3a06de7

Please sign in to comment.