1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-11-24 08:42:26 +02:00

Move quizzes

This commit is contained in:
mo8it 2024-04-22 01:07:36 +02:00
parent 86684b7fc9
commit ad8e544483
4 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ rustlings hint
## Quizzes ## Quizzes
After every couple of sections, there will be a quiz that'll test your knowledge on a bunch of sections at once. 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`. These quizzes are found in `exercises/quizzes`.
## Continuing On ## Continuing On