This commit is contained in:
Spectre 2024-04-13 14:54:37 +02:00
parent 11ad2ff066
commit 294c0a8e62
3 changed files with 132 additions and 3 deletions

View file

@ -1,7 +1,6 @@
use shared::Solution;
use aoc2023;
use shared::{load_actual};
use shared::load_actual;
use std::time::Instant;
@ -18,4 +17,4 @@ fn main() {
println!("{}", result);
println!("{:?}", elapsed);
}
}