prepare partition two

This commit is contained in:
Baipyrus 2024-01-24 23:46:39 +01:00
parent 87ef3ea41e
commit f5ea37e0d8

View File

@ -7,7 +7,8 @@ fn main() {
println!("Executing main entrypoint . . . "); println!("Executing main entrypoint . . . ");
let now = Instant::now(); let now = Instant::now();
day09::part_one(); // day09::part_one();
day09::part_two();
let elapsed = now.elapsed(); let elapsed = now.elapsed();
println!("Execution in {:?}.", elapsed); println!("Execution in {:?}.", elapsed);