Run code using Go tests with verbose mode to see the answers:
go test ./... -v
or
./bin/test
Run tests for a single day:
go test github.com/dmowcomber/advent-of-code/2022/day5 -v
or
./bin/test 2022/day5
Couldn't load subscription status.
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Run code using Go tests with verbose mode to see the answers:
go test ./... -v
or
./bin/test
Run tests for a single day:
go test github.com/dmowcomber/advent-of-code/2022/day5 -v
or
./bin/test 2022/day5
advent-of-code