mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-07-17 01:32:35 +02:00
docs: added hint for rustlings list command
Added hint for `rustlings list` to the "Doing exercises" section.
This commit is contained in:
@ -104,6 +104,11 @@ exercise:
|
|||||||
rustlings hint myExercise1
|
rustlings hint myExercise1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To check your progress, you can run the following command:
|
||||||
|
```bash
|
||||||
|
rustlings list
|
||||||
|
```
|
||||||
|
|
||||||
## Testing yourself
|
## 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`.
|
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`.
|
||||||
|
Reference in New Issue
Block a user