From 870a2fa507f6d2209acfc255795678c7221c4355 Mon Sep 17 00:00:00 2001 From: Xiaokang Xin Date: Sat, 31 Dec 2022 10:11:49 -0800 Subject: [PATCH] intro 1 --- exercises/intro/intro1.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/exercises/intro/intro1.rs b/exercises/intro/intro1.rs index 45c5acba..e99deae4 100644 --- a/exercises/intro/intro1.rs +++ b/exercises/intro/intro1.rs @@ -9,7 +9,6 @@ // when you change one of the lines below! Try adding a `println!` line, or try changing // what it outputs in your terminal. Try removing a semicolon and see what happens! -// I AM NOT DONE fn main() { println!("Hello and");