This commit is contained in:
Gabriel Bizdoc 2025-12-08 19:01:06 +02:00
parent 5039d8f6a8
commit bab511a9ee
No known key found for this signature in database
GPG Key ID: 3F0EDAECA5BE9ED9

View File

@ -112,7 +112,6 @@ func Day8Part2(ctx aoc.Context) (int, error) {
} }
} }
// at this point linked all points
panic("unreachable") panic("unreachable")
} }