You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -124,14 +124,13 @@ The list allows you to…
124
124
125
125
- See the status of all exercises (done or pending)
126
126
-`c`: Continue at another exercise (temporarily skip some exercises or go back to a previous one)
127
-
-`r`: Reset status and file of an exercise (you need to _reload/reopen_ its file in your editor afterwards)
127
+
-`r`: Reset status and file of the selected exercise (you need to _reload/reopen_ its file in your editor afterwards)
128
128
129
129
See the footer of the list for all possible keys.
130
130
131
-
## Continuing On
131
+
## Questions?
132
132
133
-
Once you've completed Rustlings, put your new knowledge to good use!
134
-
Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to.
133
+
If you need any help while doing the exercises and the builtin-hints aren't helpful, feel free to ask in the [_Q&A_ category of the discussions](https://github.com/rust-lang/rustlings/discussions/categories/q-a?discussions_q=) if your question wasn't asked yet 💡
135
134
136
135
## Third-Party Exercises
137
136
@@ -144,6 +143,11 @@ Do you want to create your own set of Rustlings exercises to focus on some speci
144
143
Or do you want to translate the original Rustlings exercises?
145
144
Then follow the the guide about [third-party exercises](https://github.com/rust-lang/rustlings/blob/main/THIRD_PARTY_EXERCISES.md)!
146
145
146
+
## Continuing On
147
+
148
+
Once you've completed Rustlings, put your new knowledge to good use!
149
+
Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to.
150
+
147
151
## Uninstalling Rustlings
148
152
149
153
If you want to remove Rustlings from your system, run the following command:
0 commit comments