Advent of Code is a series of small programming puzzles.
This year, I've decided to solve them in Go.
You can also see my 2017 repository.
go build -o main
All the solutions take the input filename as a command line flag, e.g.
./main input.txt
Advent of Code is a series of small programming puzzles.
This year, I've decided to solve them in Go.
You can also see my 2017 repository.
go build -o main
All the solutions take the input filename as a command line flag, e.g.
./main input.txt