feat: solve day 9 part 2
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user