Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 570 Bytes

aoc-2024-in-deno

Description

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?)

Usage

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.