From 7980abda497b70f0a31d84c4c557b37ae212e041 Mon Sep 17 00:00:00 2001 From: Jacob Date: Fri, 12 Jul 2024 21:25:45 -0400 Subject: [PATCH] making a change to see what happens --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e7a11a9..f9c0bed 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,3 @@ fn main() { - println!("Hello, world!"); + println!("Hello, let's see what happens!"); }