Repository with my solutions to Advent Of Code puzzles.
[progress-table-goes-here]
Run golangci-lint command. There is a hidden configuration file for this tool inside root directory .golangci.yml.
$ golangci-lint --color always run ./...
$ go test -v ./...