Welcome to my Advent of Code repository! This repo contains my solutions for the Advent of Code challenges. Advent of Code is an annual event where each day from December 1st to 25th, a new programming puzzle is released. It’s a fun way to improve your coding skills and get into the holiday spirit!
- Each day’s challenge is in its own folder (e.g., Day01, Day02, etc.).
- Each folder contains:
- input.txt: The puzzle input for that day.
- solution.cs: My solution in C#.
- README.md: A brief explanation of the solution and the approach taken.
- Day 01: Historian Hysteria
- Day 02: Red-Nosed Reports
- Day 03: Mull It Over
- Day 04: Ceres Search
- Day 05: Print Queue
- Day 06: 👢
- Day 07:
- Day 08:
- Day 09:
- Day 10:
- Day 11:
- Day 12:
- Day 13:
- Day 14:
- Day 15:
- Day 16:
- Day 17:
- Day 18:
- Day 19:
- Day 20:
- Day 21:
- Day 22:
- Day 23:
- Day 24: 🎅🎄
- Clone the repository:
git clone https://github.com/jomaxso/advent-of-code.git
- Navigate to the folder of the day you want to run:
cd advent-of-code/Day01
- Compile and run the solution:
csc solution.cs
./solution
Feel free to fork this repository and submit pull requests if you have improvements or alternative solutions. Let’s learn and grow together!
This project is licensed under the MIT License - see the LICENSE file for details.