mirror of
https://github.com/Baipyrus/AoC-23.git
synced 2024-11-15 02:03:49 +00:00
prepare partition two
This commit is contained in:
parent
87ef3ea41e
commit
f5ea37e0d8
@ -7,7 +7,8 @@ fn main() {
|
||||
println!("Executing main entrypoint . . . ");
|
||||
let now = Instant::now();
|
||||
|
||||
day09::part_one();
|
||||
// day09::part_one();
|
||||
day09::part_two();
|
||||
|
||||
let elapsed = now.elapsed();
|
||||
println!("Execution in {:?}.", elapsed);
|
||||
|
Loading…
Reference in New Issue
Block a user