Update the README.md for "rustlings hint next".
This commit is contained in:
parent
7bcd94b3e2
commit
52a72385aa
|
@ -110,6 +110,12 @@ exercise:
|
||||||
rustlings hint myExercise1
|
rustlings hint myExercise1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You can also get the hint for the next unsolved exercise with the following command:
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
rustlings hint next
|
||||||
|
```
|
||||||
|
|
||||||
To check your progress, you can run the following command:
|
To check your progress, you can run the following command:
|
||||||
```bash
|
```bash
|
||||||
rustlings list
|
rustlings list
|
||||||
|
|
Loading…
Reference in a new issue