diff --git a/2019/day10/main.go b/2019/day10/main.go index ef13cbb..7058e13 100644 --- a/2019/day10/main.go +++ b/2019/day10/main.go @@ -7,8 +7,6 @@ import ( helpers "git.bullercodeworks.com/brian/adventofcode/helpers" ) -const MaxInt = int(^uint(0) >> 1) - var field []helpers.Coordinate func main() {