Categorygithub.com/ark369/adventofcode
repository
0.0.0-20241224043742-a8ae780cdbac
Repository: https://github.com/ark369/adventofcode.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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.