This repo contains my solutions to the Advent of Code 2021.
I want to practice more in golang, and this is a fun way to do that.
The puzzles can be tested in the usual way with go:
go test
The tests are configured with the sample given in the puzzle description.
The solutions can be found by running ./solutions/main.go
go run ./solutions/main.go