#AdventOfCode Day 6

Again, overthinking caused issues. Tried to be smart and see if adding a box would set the guard on a previous path, instead of recognizing that it could create a new untrodden loop. But still, interesting exercise.

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

Comments