From a4c07ca948dd57c71fe1894d05308af03304dec8 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 4 Jul 2024 13:10:18 +0200 Subject: [PATCH] Improve the comment in intro1 --- exercises/00_intro/intro1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs index 21caff57..7b8baa22 100644 --- a/exercises/00_intro/intro1.rs +++ b/exercises/00_intro/intro1.rs @@ -3,7 +3,7 @@ // ready for the next exercise, enter `n` in the terminal. // // The exercise file will be reloaded when you change one of the lines below! -// Try adding a new `println!`. +// Try adding a new `println!` and check the updated output in the terminal. fn main() { println!("Hello and");