feat: solve day 9 part 2

This commit is contained in:
Stevan Freeborn
2025-12-19 06:28:32 -06:00
parent 2888719dc5
commit 7910fcf932
3 changed files with 63 additions and 42 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func TestSolvePartTwoWithExampleInput(t *testing.T) {
}
func TestSolvePartTwoWithInput(t *testing.T) {
expected := -1
expected := 1_577_956_170
result := solution.SolvePartTwo("INPUT.txt")