Personal solutions to Advent of Code problems.
I mostly use The Go Playground, with my personal input pasted into the ReadInput()
function. I usually use ReadFakeInput()
to validate code with the example given. I then just use the Github UI to create files and paste my solution (with the raw inputs deleted).
Starting 2024/12/04 I stopped using Go Playground and started building locally, but still uploaded the files to Github manually.