My attempts at solving the advent of code solutions using Deno and Typescript.
Added simple tests for some of the days.
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