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