I'm taking part in the Advent of Code this year, and this repository has my solutions to the various problems.
I will be using it as an opportunity to play around with Go, so expect somewhat scrappy code within.
- Build
bash make build
- Test
bash make test
- Run
./aoc2020 X Y
where X is the day (e.g. 4) and Y optionally is the input file location (./day4/input.txt)
./aoc2020 4 ./day4/input.txt