chore: Remove hello world
This commit is contained in:
parent
db0d599577
commit
4e12348d30
1 changed files with 0 additions and 1 deletions
|
@ -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(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue