From bab511a9eef2ebe55ed8c42c8ee44c1ed034b90b Mon Sep 17 00:00:00 2001 From: Gabriel Bizdoc Date: Mon, 8 Dec 2025 19:01:06 +0200 Subject: [PATCH] day 8 --- year25/day8.go | 1 - 1 file changed, 1 deletion(-) diff --git a/year25/day8.go b/year25/day8.go index e139e3d..2d4dfdc 100644 --- a/year25/day8.go +++ b/year25/day8.go @@ -112,7 +112,6 @@ func Day8Part2(ctx aoc.Context) (int, error) { } } - // at this point linked all points panic("unreachable") }