diff options
| author | mo8it <mo8it@proton.me> | 2024-07-02 16:09:05 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-02 16:09:05 +0200 |
| commit | 9bb174e96ef1f719cf946134e7e40fb9f5b331dc (patch) | |
| tree | 4d51392a47a622f866ca53c0a0d77944cc3a8959 /README.md | |
| parent | 4c5573b09f13221572867441618442bf1fef66d7 (diff) | |
Add a guide for third-party exercises
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -117,11 +117,15 @@ See the footer of the list for all possible keys. ## Continuing On -<!-- TODO: Mention third-party exercises --> - Once you've completed Rustlings, put your new knowledge to good use! Continue practicing your Rust skills by building your own projects, contributing to Rustlings, or finding other open-source projects to contribute to. +## Third-Party Exercises + +Do you want to create your own set of Rustlings exercises to focus on some specific topic? +Or did you want to translate the original Rustlings exercises? +Then follow the link to the guide about [third-party exercises](THIRD_PARTY_EXERCISES.md)! + ## Uninstalling Rustlings If you want to remove Rustlings from your system, run the following command: |
