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

https://github.com/redxtech/aoc2022

my solutions to the 2022 advent of code
https://github.com/redxtech/aoc2022

Last synced: 2 months ago
JSON representation

my solutions to the 2022 advent of code

Awesome Lists containing this project

README

          

# advent of code 2022

this is my repo for my solutions to the 2022 advent of code!

all challenges are written using `typescript` for `deno`.

## running
you should be able to run a day's code with `deno task day-`, where `` is the day you want to run.

use `deno task day--dev` to auto rerun when saving files.