Advent of Code 2024 2024 Advent of Code Solutions using GoLang. Setup Running From main folder: To run a solution by day XX: go run ./src/dayXX/main.go To run tests by day XX: go test ./src/dayXX/ To run all tests: go test ./...