aoc-2023-go Solutions for Advent of Code 2023 in Go Pre-requisites Install Go 1.21.4 or higher Mac OS brew install go Windows winget install GoLang.Go Linux sudo apt install golang-go How to run the solutions go run . How to run the tests go test ./...