From 4e12348d3026808364ad64d998e550919b56e95a Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 29 Nov 2024 14:31:40 +0000 Subject: [PATCH] chore: Remove hello world --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index ed56bf2..2928356 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,6 +4,5 @@ use color_eyre::Result; #[tokio::main] #[cfg_attr(test, mutants::skip)] async fn main() -> Result<()> { - println!("Hello, world!"); Ok(()) }