Base repository for the Advent of Code tasks (usually there are 2 parts per task per day).
- Go 1.23 runtime
go run 02/part_02.go -inputFile 02/input02.txt
Or using the Docker engine and official Go image:
docker run --rm -v "./:/go" golang:1.23 go run 02/part_02.go -inputFile 02/input02.txt