Skip to content

Commit e2c4190

Browse files
committed
docs: added hint for rustlings list command
Added hint for `rustlings list` to the "Doing exercises" section.
1 parent f2ad3a6 commit e2c4190

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ exercise:
104104
rustlings hint myExercise1
105105
```
106106

107+
To check your progress, you can run the following command:
108+
```bash
109+
rustlings list
110+
```
111+
107112
## Testing yourself
108113

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

0 commit comments

Comments
 (0)