No more word input

This commit is contained in:
mo8it
2024-05-13 02:37:32 +02:00
parent f9e35a4344
commit d2b5906be2
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ get started, here are some notes about how Rustlings operates:
the exercise file in your editor, fix errors and save the file. Rustlings will
automatically detect the file change and rerun the exercise. If all errors are
fixed, Rustlings will ask you to move on to the next exercise.
3. If you're stuck on an exercise, enter `h` (or `hint`) to show a hint.
3. If you're stuck on an exercise, enter `h` to show a hint.
4. If an exercise doesn't make sense to you, feel free to open an issue on GitHub!
(https://github.com/rust-lang/rustlings). We look at every issue, and sometimes,
other learners do too so you can help each other out!
@@ -35,7 +35,7 @@ name = "intro1"
dir = "00_intro"
test = false
# TODO: Fix hint
hint = """Enter `n` (or `next`) followed by ENTER to move on to the next exercise"""
hint = """Enter `n` to move on to the next exercise. You might need to press ENTER after typing `n`."""
[[exercises]]
name = "intro2"