Advent of Code 2022

Using Deno and Typescript.

Run each day from the root of the project like:

deno run --allow-read 2/a.ts

Since I use .txt files for inputs, scripts need the --allow-read permission.