☃️ Advent of Code 2024 My solutions for my second Advent of Code in Go! Usage # Create template solution file and download input.txt from AoC website go run tools/aoc.go # Run solution go run day_<day>/main.go