From 3549613a017e3d958258f23923712efe5d406e74 Mon Sep 17 00:00:00 2001 From: Ido Yuster Date: Sat, 18 Jun 2022 14:45:09 +0300 Subject: [PATCH] intro1 --- exercises/intro/intro1.rs | 1 - 1 file changed, 1 deletion(-) 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");