Skip to content

CodeMonkey80s/GoAdventOfCode

Repository files navigation

Go Advent Of Code Solutions

Repository with my solutions to Advent Of Code puzzles.

Progress

[2025] 14* / 25*
[2024] 31* / 50*
[2023] 16* / 50*
[2022] 17* / 50*
[2021] 12* / 50*
[2020] 24* / 50*
[2019] 10* / 50*
[2018] 15* / 50*
[2017] 17* / 50*
[2016] 32* / 50*
[2015] 43* / 50*

Total stars: 231*

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