mirror of
https://github.com/bbrks/advent-of-code
synced 2026-03-12 21:03:45 +00:00
No description
- Go 100%
| .github/workflows | ||
| 2015 | ||
| 2019 | ||
| 2021 | ||
| 2024 | ||
| .gitignore | ||
| go.mod | ||
| LICENSE | ||
| README.md | ||
Advent of Code
Unit tested Golang solutions to Advent of Code.
Running
$ cd 2015/03/
$ go run main.go
Testing
Running All Tests
$ go test ./...
Running Individual Test
$ cd 2015/03/
$ go test
License
Code released under the MIT License