diff --git a/exercises/intro/intro1.rs b/exercises/intro/intro1.rs index 1c4582de..4fde4bed 100644 --- a/exercises/intro/intro1.rs +++ b/exercises/intro/intro1.rs @@ -5,7 +5,6 @@ // ready for the next exercise, remove the `I AM NOT DONE` comment below. // Execute the command `rustlings hint intro1` for a hint. -// I AM NOT DONE fn main() { println!("Hello and");