diff options
| author | mo8it <mo8it@proton.me> | 2024-07-04 13:10:18 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-04 13:10:18 +0200 |
| commit | a4c07ca948dd57c71fe1894d05308af03304dec8 (patch) | |
| tree | 5331614ff7dfb65785c7dd4cd0049273efeeb329 /exercises/00_intro | |
| parent | b8826dd3b31661927ad66d1bae2fd49f63e8d812 (diff) | |
Improve the comment in intro1
Diffstat (limited to 'exercises/00_intro')
| -rw-r--r-- | exercises/00_intro/intro1.rs | 2 |
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"); |
