This is my repo for my solutions to Advent of Code 2024.
This is my first year and I am starting out with TypeScript and Deno 2.
The only prerequsite to run the code is Deno 2.
Example script to run the solution for day 1 part a:
deno 01/a.ts
Change the day (01 -> 02) to run another day and change to b.ts
to run part B.