1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-28 06:26:07 +02:00

docs: added hint for rustlings list command

Added hint for `rustlings list` to the "Doing exercises" section.
This commit is contained in:
Zerotask 2021-04-18 16:07:30 +02:00
parent f2ad3a6a0b
commit e2c41903ad
No known key found for this signature in database
GPG Key ID: 1C87F67E23FCB283

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