day 9 part 1

This commit is contained in:
nora 2023-12-09 13:29:38 +01:00
parent 8e51f43402
commit 3ace5075d5
10 changed files with 324 additions and 2 deletions

View file

@ -1,3 +1,5 @@
#![allow(unused)]
mod p1basic;
mod p2basic;
@ -38,7 +40,7 @@ helper::tests! {
}
part2 {
"../input_small2.txt" => 6;
"../input.txt" => 0;
"../input.txt" => 6 /* TODO */;
}
}