/aoc-2022

Primary LanguageTypeScript

Advent of Code 2022

Solutions for Advent of Code 2022, written in TypeScript using Deno as the runtime.

Running a solution

Run a particular day with the run.ts script:

deno run --allow-read ./run.ts 01

Running tests

Use deno to run tests:

deno test src --parallel