Solutions for Advent of Code 2023 in Go.
One directory for each day. The directory contains the solution code (01.go
) and test file (01_test.go
).
It also contains a subdirectory data
containing the input data as text files.
Use the provided helper script advent.sh
to:
- run a day:
$ advent.sh run 01
- test a day:
$ advent.sh test 01