Advent of Code 2017
cd ./cmd/<dayxx>
go build
./day01 -part a
./day01 -part b
Took me a while to realise the input file was full of tabs but the test data wasn't!
./day02 -part a
./day02 -part b
Wow the difficulty ramped up fast! Part B needs refactoring into something that I'm not embarrassed by...
./day03 -part a [-debug]
./day03 -part b [-debug]
./day04 -part a [-debug]
./day04 -part b [-debug]
./day05 -part a [-debug]
./day05 -part b [-debug] [-file <testinput|input>]
Not proud of part b code but it works so it'll do!
./day06 -part a [-debug] [-file <testinput|input>]
./day06 -part b [-debug] [-file <testinput|input>]
Part a was all about building the program tower in the right way. Part b I strugged with.
./day07 -part a [-debug] [-file <testinput|input>]
./day07 -part b [-debug] [-file <testinput|input>]