repository
0.0.0-20241205180013-1c4427eb13d5
Repository: https://github.com/osagemo/advent-of-code-24.git
Documentation: pkg.go.dev
# README
advent-of-code-24
Tests
- Run all tests
go test ./...
- Run one day
go test ./01
Real input
go run ./01
Tests
go test ./...
go test ./01
Real input
go run ./01