From d56a6701457acdcee6ea3db456a0456579b582f4 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Thu, 9 Nov 2023 15:42:29 -0800 Subject: [PATCH] fixed extraneous output --- ewwtilities/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ewwtilities/src/main.rs b/ewwtilities/src/main.rs index 58390ef..5e4391d 100644 --- a/ewwtilities/src/main.rs +++ b/ewwtilities/src/main.rs @@ -38,7 +38,5 @@ fn main() -> Result<(), Box> { run_calendar(&args); } } - - println!("Hello, world!"); Ok(()) }