Skip to content

Commit

Permalink
Merge pull request #725 from Zerotask/add-hint-corresponding-readme
Browse files Browse the repository at this point in the history
chore(watch): add hint for the exercises README.md
  • Loading branch information
shadows-withal authored Apr 24, 2021
2 parents 37f3069 + cf42ddc commit 3cddda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ fn main() {

fn spawn_watch_shell(failed_exercise_hint: &Arc<Mutex<Option<String>>>) {
let failed_exercise_hint = Arc::clone(failed_exercise_hint);
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.");
thread::spawn(move || loop {
let mut input = String::new();
match io::stdin().read_line(&mut input) {
Expand Down

0 comments on commit 3cddda5

Please sign in to comment.