From 66bf1222c4056e6c34620e0319e48d9fff9f2197 Mon Sep 17 00:00:00 2001 From: kathrynwrynn <108302934+kathrynwrynn@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:19:09 -0400 Subject: [PATCH] Update intro1.rs --- exercises/intro/intro1.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/exercises/intro/intro1.rs b/exercises/intro/intro1.rs index 37fa0112..143c0a3d 100644 --- a/exercises/intro/intro1.rs +++ b/exercises/intro/intro1.rs @@ -13,8 +13,6 @@ // Execute `rustlings hint intro1` or use the `hint` watch subcommand for a // hint. -// I AM NOT DONE - fn main() { println!("Hello and"); println!(r#" welcome to... "#);