chore: Remove hello world
Some checks failed
Test / build (map[name:nightly]) (push) Successful in 1m28s
Test / build (map[name:stable]) (push) Successful in 1m49s
Release Please / Release-plz (push) Failing after 17s

This commit is contained in:
Paul Campbell 2024-11-29 14:31:40 +00:00
parent db0d599577
commit 4e12348d30

View file

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