This repository contains my solutions to Advent of Code 2024 written in C#. Run a solution with the run.sh
script:
./run.sh <day> <part>
Data files from each day's puzzle are in: AdventOfCode2024/Data
Day | Part 1 | Part 2 |
---|---|---|
01 | 🌲 | 🎄 |
02 | 🦌 | 🦌 |
03 | 💾 | 💿 |
04 | ✛ | ⛌ |
05 | 📏 | 📃 |
06 | 💂♀️ | |
07 | ||
08 | ||
09 | ||
10 | ||
11 | ||
12 | ||
13 | ||
14 | ||
15 | ||
16 | ||
17 | ||
18 | ||
19 | ||
20 | ||
21 | ||
22 | ||
23 | ||
24 | ||
25 |