diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs index 172a6ab1..3409c8dd 100644 --- a/exercises/00_intro/intro1.rs +++ b/exercises/00_intro/intro1.rs @@ -21,4 +21,5 @@ fn main() { println!("The file of this exercise is `exercises/00_intro/intro1.rs`. Have a look!"); println!("The current exercise path will be always shown under the progress bar."); println!("You can click on the path to open the exercise file in your editor."); + println!("Hello."); }