Solutions to 2021’s Advent of Code
show help:
$ go run hohoho.go -h
run day 1, part 1:
$ go run hohoho.go -day 1 -part 1 -inputFilePath input-data/day01.txt
run day 1, both parts:
$ go run hohoho.go -day 1 -inputFilePath input-data/day01.txt
run all tests:
$ go test ./...
run all tests verbosely:
$ go test -test.v ./...