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
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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