We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37f3069 + cf42ddc commit 3cddda5Copy full SHA for 3cddda5
src/main.rs
@@ -264,7 +264,7 @@ fn main() {
264
265
fn spawn_watch_shell(failed_exercise_hint: &Arc<Mutex<Option<String>>>) {
266
let failed_exercise_hint = Arc::clone(failed_exercise_hint);
267
- println!("Type 'hint' to get help or 'clear' to clear the screen");
+ println!("Type 'hint' or open the corresponding README.md file to get help or type 'clear' to clear the screen.");
268
thread::spawn(move || loop {
269
let mut input = String::new();
270
match io::stdin().read_line(&mut input) {
0 commit comments