Solutions for Advent of Code 2024 written with
TypeScript and Deno. Test inputs along with my specific inputs can be found in
input
directory.
To launch test cases do:
deno run test
To launch a specific day's solution do:
deno run --allow-read solutions/dayX.ts
To run them all:
deno run start