My solutions to days 1-13 (bailing early as I don't want to spend the bulk of my Christmas break staring at a computer screen LOL) of AoC 2022, written in TypeScript and running on Deno.
$ deno test -A <day directory name> # runs the tests for a particular day e.g. deno test -A day01
$ deno test -A # runs all the tests for all completed days