The exercises from Advent of Code 2023 solved in Go. Fun.
Requires Go 1.22.1
There is one file for each day (day1.go, day2.go, etc...) under the package internal\days with corresponding unit tests (day1_test.go, day2_test.go, etc...).
To run the project, execute its unit tests using go test ./... from the repo root.
The project has no dependencies.