Skip to content

Solutions to Advent of Code problems written in Go language

License

Notifications You must be signed in to change notification settings

CodeMonkey80s/GoAdventOfCode

Repository files navigation

Go Advent Of Code Solutions

Repository with my solutions to Advent Of Code puzzles.

Progress

# Days
2015 ✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲🔲
✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲🔲
2016 ✅✅✅✅✅✅✅✅✅✅🔲✅✅✅✅🔲🔲✅✅🔲🔲✅✅🔲🔲
✅✅✅✅✅✅✅🔲✅🔲🔲✅✅✅✅🔲🔲✅🔲🔲🔲🔲🔲🔲🔲
2017 ✅✅✅✅✅✅✅✅🔲🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅🔲✅🔲🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2018 ✅✅✅✅✅✅✅🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2019 ✅✅✅✅✅🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅🔲🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2020 ✅✅✅✅✅✅🔲✅✅🔲✅✅🔲✅🔲🔲🔲🔲🔲✅🔲🔲🔲✅🔲
✅✅✅✅✅✅🔲✅✅🔲✅✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲✅🔲
2021 ✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2022 ✅✅✅✅✅✅🔲✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2023 ✅✅✅✅✅✅✅✅🔲🔲🔲🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2024 ✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲🔲🔲🔲🔲🔲🔲✅
✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲

Static Analysis

Run golangci-lint command. There is a hidden configuration file for this tool inside root directory .golangci.yml.

$ golangci-lint --color always run ./...

Testing

$ go test -v ./...

About

Solutions to Advent of Code problems written in Go language

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages