fixed extraneous output

This commit is contained in:
Nickiel12 2023-11-09 15:42:29 -08:00
parent 09f272de15
commit d56a670145

View file

@ -38,7 +38,5 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
run_calendar(&args);
}
}
println!("Hello, world!");
Ok(())
}