test
This commit is contained in:
parent
11ad2ff066
commit
294c0a8e62
3 changed files with 132 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue