Advent of Code 2024 Working through problems for Advent of Code 2024. Using Go Running Run the following command to test a given day's problem. go test ./day01 Run the following to run the given puzzle input for the day. go run ./day01/main.go