From b66b5262b0a4c0e307d1eafd5a1688226810d7a6 Mon Sep 17 00:00:00 2001 From: karmabadger Date: Sat, 8 Apr 2023 20:27:23 -0400 Subject: [PATCH] finished intro1 --- exercises/intro/intro1.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/exercises/intro/intro1.rs b/exercises/intro/intro1.rs index cfc55c30..54889778 100644 --- a/exercises/intro/intro1.rs +++ b/exercises/intro/intro1.rs @@ -9,8 +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"); println!(r#" welcome to... "#);