Completed part 1 of Day 5 puzzle

main
oabrivard 2 years ago
parent 7f38e6b921
commit 7cd872458b

@ -110,6 +110,6 @@ func TestRangedFindClosestLocationWithInput(t *testing.T) {
result := FindRangedClosestLocation(lines)
if result != 1181555926 {
t.Fatalf("expected 1181555926, got %d", result)
t.Fatalf("expected 37806487, got %d", result)
}
}

Loading…
Cancel
Save