Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 965 Bytes

README.MD

File metadata and controls

25 lines (18 loc) · 965 Bytes

Advent of Code 2024

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.

Structure

  • 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

Running Solutions

To run a specific day's solution:

  1. Navigate to the day's directory
  2. Execute the solution file

Progress

  • Day 1
  • Day 2 ...

About Advent of Code

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.

Join the challenge

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.