mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-04 09:13:30 +02:00
No more word input
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user