My solutions to the Advent of Code 2024 Edition. This is my first proper attempt at AoC, so fingers crossed.
Written in TypeScript and executed with Deno. To run it:
cd
into the directory of the day- Create a file called
input.txt
with the input data, ortest-input.txt
for the test data from the challenge - Run
deno --allow-read main.ts
Day | Part A | Part B |
---|---|---|
1 | ⭐ | ⭐ |
2 | ⭐ | ⭐ |
3 | ⭐ | ⭐ |
4 | ⭐ | ⭐ |
5 | ⭐ | ⭐ |
6 | ⭐ | ⭐ |
7 | ⭐ | ⭐ |
8 | ⭐ | ⭐ |
9 | ⭐ | ⭐ |
10 | ⭐ | ⭐ |
11 | ⭐ | ⭐ |