Merge pull request #708 from Zerotask/list-command-added-to-readme

docs: added hint for rustlings list command
This commit is contained in:
marisa 2021-04-20 11:10:38 +02:00 committed by GitHub
commit 3a06de71a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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`.