Advent of Code 2022, in Go (I'm a Go noob!).
-
Install packages with
go mod tidy
-
You can run tests for all days with
gotest ./... -v
Advent of Code 2022, in Go (I'm a Go noob!).
Install packages with go mod tidy
You can run tests for all days with gotest ./... -v