From b8826dd3b31661927ad66d1bae2fd49f63e8d812 Mon Sep 17 00:00:00 2001 From: mo8it Date: Thu, 4 Jul 2024 13:08:59 +0200 Subject: [PATCH] Remove comment about removing a semicolon --- exercises/00_intro/intro1.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/00_intro/intro1.rs b/exercises/00_intro/intro1.rs index 22544cd4..21caff57 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");