Repository with my solutions to Advent Of Code puzzles.
# | Days |
---|---|
2015 | ✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲🔲 ✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲🔲 |
2016 | ✅✅✅✅✅✅✅✅✅✅🔲✅✅✅✅🔲🔲✅✅🔲🔲✅✅🔲🔲 ✅✅✅✅✅✅✅🔲✅🔲🔲✅✅✅✅🔲🔲✅🔲🔲🔲🔲🔲🔲🔲 |
2017 | ✅✅✅✅✅✅✅✅🔲🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 ✅✅✅✅✅✅🔲✅🔲🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 |
2018 | ✅✅✅✅✅✅✅🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 ✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 |
2019 | ✅✅✅✅✅🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 ✅✅✅✅🔲🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 |
2020 | ✅✅✅✅✅✅🔲✅✅🔲✅✅🔲✅🔲🔲🔲🔲🔲✅🔲🔲🔲✅🔲 ✅✅✅✅✅✅🔲✅✅🔲✅✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲✅🔲 |
2021 | ✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 ✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 |
2022 | ✅✅✅✅✅✅🔲✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 ✅✅✅✅✅✅🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 |
2023 | ✅✅✅✅✅✅✅✅🔲🔲🔲🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 ✅✅✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲 |
2024 | ✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲🔲🔲🔲🔲🔲🔲✅ ✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲 |
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 ./...