mirror of
https://github.com/Noratrieb/advent-of-code.git
synced 2026-01-16 18:45:02 +01:00
day 9 part 1
This commit is contained in:
parent
8e51f43402
commit
3ace5075d5
10 changed files with 324 additions and 2 deletions
|
|
@ -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 */;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue