diff options
| author | marisa <mokou@fastmail.com> | 2021-04-20 11:10:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-20 11:10:38 +0200 |
| commit | 3a06de71a8803d1f262f0783edb0cca4a93226df (patch) | |
| tree | bc8c1514f930ea36f51d4ebc3a477cb1b54619ae /README.md | |
| parent | 5e2b39a5c1be25c6088c3a10bc7caf927ec7ea52 (diff) | |
| parent | e2c41903ad491df5c0c59c389e3f568dd2485611 (diff) | |
Merge pull request #708 from Zerotask/list-command-added-to-readme
docs: added hint for rustlings list command
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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`. |
