My solutions to the Advent of Code 2015 written in Go(lang).
go run day##/cmd/day##/main.go <input_file>
Replace ##
with the number day you want to run.
e.g. go run day01/cmd/day01/main.go day01/input01.txt
Must be in root folder.
go test ./...
cd day##
go test
Replace ##
with the number day you want to test.