This is a repository for the Advent of Code 2024 in Deno.
Check out the https://deno.com/blog/advent-of-code-2024 to join the event.
Note: All
input.txt
files are emptied as it doesn't allowed to share the puzzle text and input (Rule: Can I copy/redistribute part of Advent of Code?)
Fill in the input.txt
file with the puzzle input and run the script with Deno.
deno task solve
This will run the task resursiveley on all workspace (days) and print the result.