🎄 Advent of Code 2024 in Go
My solutions to Advent of Code 2024. Each year I like to try in a language I'm interested in or may be using soon.
Puzzle Description | Code | Part 1 | Part 2 |
---|---|---|---|
Historian Hysteria | Day 1 | ⭐ | ⭐ |
Rock Paper Scissors | Day 2 | ⭐ | ⭐ |
Mull It Over | Day 3 | ⭐ | ⭐ |
Ceres Search | Day 4 | ⭐ | ⭐ |
Print Queue | Day 5 | ⭐ | ⭐ |
Guard Gallivant | Day 6 | ⭐ | ⭐ |
Bridge Repair | Day 7 | ⭐ | ⭐ |
Resonant Collinearity | Day 8 | ⭐ | ⭐ |
Disk Fragmenter | Day 9 | ⭐ |
You'll need to place the input in cmd/dayxx/input.txt
.
Then you can run any given day like this:
go run ./cmd/day01