Welcome to the Advent of Code repository! This project is dedicated to solving the annual coding puzzles from AdventOfCode.com. Each year, a new set of challenges is released daily from December 1st to December 25th. Feel free to explore the solutions and see how I approached each problem.
The repository is organized by year and day. Each folder contains the solutions for the corresponding day's puzzle.
/year
/day
solution.ext
- Clone the repository:
sh git clone https://github.com/yourusername/AdventofCode.git
- Navigate to the desired year's folder:
sh cd AdventofCode/year
- Run the solution for a specific day:
sh python day/solution.py
- Advent of Code for providing the puzzles.
- The open-source community for their contributions and support.
- You, for your interest and participation!