This repository contains solutions to the 2023 Advent of Code challenges.
Every year I use the Advent of Code challenges to teach myself a new programming language and build up my problem-solving skills.
This year, I've chosen the language Go, and will be practising test driven development (TDD) throughout the month.
This is run by CI on all branches
$ go list -f '{{.Dir}}/...' -m | xargs go test
$ go run ./src/<day directory>