Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 302 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 302 Bytes

adventofcode

Linting:

golangci-lint run (see github.com/golangci/golangci-lint)

Test:

within day

go test

Benchmark:

go test -bench . --benchmem

all of them (in project root)

go test ./...

Run:

within day

go run .