repository
0.0.0-20241218010113-a163765d45ab
Repository: https://github.com/gabefiori/aoc-go.git
Documentation: pkg.go.dev
# README
Advent of Code
Solutions for Advent of Code implemented in Go.
Tests
To run the tests, use the following command:
go test ./...
Benchmarks
To run the benchmarks, use the following command:
go test ./... -bench=. -benchmem