#AdventOfCode Day 14

I might've "cheated" a little. Notably, instead of figuring out how to calculate groupings, I just used my eyes. Worst case, I'd only waste 5 mins looking at the first few hundred configurations. It was a good gamble in the end.

https://github.com/pantzon/advent-of-code/blob/main/2024/days/day14.go

Comments