π 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