diff options
| author | mo8it <mo8it@proton.me> | 2024-07-04 13:08:59 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-04 13:08:59 +0200 |
| commit | b8826dd3b31661927ad66d1bae2fd49f63e8d812 (patch) | |
| tree | 4f1bd7238a301243d21ecb6acd3aa982bdf58295 | |
| parent | d54c05098516f2e8e5958f0b26478c85ebccb67d (diff) | |
Remove comment about removing a semicolon
| -rw-r--r-- | exercises/00_intro/intro1.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs index 22544cd..21caff5 100644 --- a/exercises/00_intro/intro1.rs +++ b/exercises/00_intro/intro1.rs @@ -4,7 +4,6 @@ // // The exercise file will be reloaded when you change one of the lines below! // Try adding a new `println!`. -// Try removing a semicolon and see what happens in the terminal! fn main() { println!("Hello and"); |
