chore: Remove hello world

This commit is contained in:
Paul Campbell 2024-11-29 14:31:40 +00:00
parent 6300508ea2
commit d388d2bc5a

View file

@ -4,6 +4,5 @@ use color_eyre::Result;
#[tokio::main] #[tokio::main]
#[cfg_attr(test, mutants::skip)] #[cfg_attr(test, mutants::skip)]
async fn main() -> Result<()> { async fn main() -> Result<()> {
println!("Hello, world!");
Ok(()) Ok(())
} }