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 .com/dmowcomber/advent-of-code/2022/day5 -v
or
./bin/test 2022/day5
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 .com/dmowcomber/advent-of-code/2022/day5 -v
or
./bin/test 2022/day5
advent-of-code
There was an error while loading. Please reload this page.
There was an error while loading. Please reload this page.