Nothing much to say, really.
./AdventOfCode [profiling flags] -year 2015 -day 4 -input file
will solve the Day 4 problem of Year 2015
using file
as the input file.
This will print out the answer as output.
main.go
reads the input file
to a buffer bufio.Scanner
.
They are passed on to the “solver functions”.
See LICENSE.