Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jamesseanwright/aoc-2022-deno

Solutions to Advent of Code 2022 written in TypeScript and running on Deno
https://github.com/jamesseanwright/aoc-2022-deno

advent-of-code advent-of-code-2022 adventofcode aoc2022

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Advent of Code 2022

[![CI](https://github.com/jamesseanwright/aoc-2022-deno/actions/workflows/ci.yml/badge.svg)](https://github.com/jamesseanwright/aoc-2022-deno/actions/workflows/ci.yml)

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](https://adventofcode.com/2022), written in TypeScript and running on
Deno.

## Running the Solutions/Tests

```sh
$ deno test -A # runs the tests for a particular day e.g. deno test -A day01
$ deno test -A # runs all the tests for all completed days
```