Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.91 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.91 KB

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

⭐ Running the code

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

Previous Years

  • 2022 - Rust (12 days)
  • 2021 - Clojure (15 days)
  • 2019 - Haskell (4 days)