brattonross / aoc-2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:TypeScript 100.0%