mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-09 20:29:18 +00:00
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…
x
Reference in New Issue
Block a user