Advent of Code 2024

... as solved with Go.

https://adventofcode.com/2024

Run a solution

You can cd into a directory, like ./01/, and then run one of the following:

# run solution one for that day
$ go run . 1

# run solution two for that day
$ go run . 2