summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-07-04 13:10:18 +0200
committermo8it <mo8it@proton.me>2024-07-04 13:10:18 +0200
commita4c07ca948dd57c71fe1894d05308af03304dec8 (patch)
tree5331614ff7dfb65785c7dd4cd0049273efeeb329
parentb8826dd3b31661927ad66d1bae2fd49f63e8d812 (diff)
Improve the comment in intro1
-rw-r--r--exercises/00_intro/intro1.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs
index 21caff5..7b8baa2 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");