jamesseanwright / aoc-2022-deno

Solutions to Advent of Code 2022 written in TypeScript and running on Deno

Repository from Github https://github.comjamesseanwright/aoc-2022-denoRepository from Github https://github.comjamesseanwright/aoc-2022-deno

Advent of Code 2022

CI

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.

Running the Solutions/Tests

$ 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

About

Solutions to Advent of Code 2022 written in TypeScript and running on Deno

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%