These are my solutions for Advent of Code written in Go. Each year is kept in a separate folder, where days are grouped into folders. Things that are shared between days are placed inside the internal directory.
Go 1.23 or later is required as the iter package is used.
This is based on this template: https://github.com/chwallen/go-aoc-template.