Skip to content

oyvindhg/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📃🕵️ Advent of Code 2024 🧑‍🏫🛷

Go solutions to the 2024 Advent of Code problems.

Running 🎁

Download the puzzle input and store it in challenges/day{DD}/input/input.txt where {DD} is the day number.

The solutions can be run as follows:

go run ./challenges/day{DD}

For example, go run ./challenges/day01 runs the solution for the first day.

Testing 🎄

Run the solutions on test data:

go test ./challenges/day{DD} -v

The -v flag can be omitted for less verbose output.

Previous years 🔔

Advent of Code 2022 (Rust)

Advent of Code 2021 (Python)

About

Solving Advent of Code 2024 in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages