My solutions for Advent of Code 2024 challenges. Advent of Code is an annual coding event with daily programming puzzles released from December 1st to December 25th.
- Each day's solutions are stored in separate folders (
day-1
,day-2
, etc.) - Solutions include code for both part 1 and part 2 of each daily challenge
To run a specific day's solution:
- Navigate to the day's directory
- Execute the solution file
- Day 1
- Day 2 ...
Advent of Code is created by Eric Wastl. Each day presents two related puzzles that can be solved using any programming language. Points are awarded for being among the first 100 people to solve each puzzle.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.