My solutions to the Advent of Code problems.
By day 5, I needed 100% AI help to get through part 2. There would be little value in me continuing like that so I stopped.
In the spirit of AoC, the inputs that are unique to me are not stored in source control. That can be obtained like so:
./fetch_input.sh <day>
You'll need to provide your login session token (find in browser's cookies). When it works, a text file will be downloaded.
The solutions assume the input text files exist. They can be run directly:
go run solution/day1.go