Categorygithub.com/benfrisbie/advent-of-code
repository
0.0.0-20241205190956-49d89899882e
Repository: https://github.com/benfrisbie/advent-of-code.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Solving https://adventofcode.com/ puzzles!

Run a test on a specific day with:

go test -count=1 ./<year>/<day>

Run a benchmark on a specific day with:

go test -count=1 -bench=. ./<year>/<day>

Run tests on all days with:

go test -count=1 ./...