summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
Diffstat (limited to 'exercises')
-rw-r--r--exercises/00_intro/intro1.rs1
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");