Skip to content

andy2mrqz/aoc-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŽ„ 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 ⭐

⭐ 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)

About

πŸŽ„ Advent of Code 2024 in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages