Skip to content

Commit

Permalink
Color total time taken on running all
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoholmes committed Dec 8, 2024
1 parent fbe43bf commit 8eeae25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ fn run_all(settings: &Settings) -> Result<(), String> {
println!("=================");

println!();
println!("Done in {:?}", Instant::now() - start_time);
println!("Done in {}", color_time_taken(Instant::now() - start_time));

Ok(())
}
Expand Down

0 comments on commit 8eeae25

Please sign in to comment.