Solutions to Advent of Code written in Go
To run the solutions, you need to provide your own user input, in the correct year/day folder. Name the file input.txt and paste the raw data from your AoC input. Then, execute the run.sh script
./run.sh <year> <day>
Some solutions have tests set up to test helper functions, for example when parsing input requires more complex operations. To run those test run the provided script:
./test.sh <year> <day>
r