Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 443 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 443 Bytes

Advent of code 2024 🎄

My attempts at solving the advent of code solutions using Deno and Typescript.

Added simple tests for some of the days.

Run the task

The tasks can be run using the following commands:

deno task run --day=1 --step=1
deno task run --day=1 --step=1 --debug
deno task run --day=1 --step=2 --data=sample
deno task run --day=1 --step=2 --data=sample --debug

To run all days

deno task run