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

https://github.com/rvdende/advent2022

Advent of Code 2022 challenge done with Deno / Typescript.
https://github.com/rvdende/advent2022

advent-of-code-2022 deno typescript

Last synced: about 2 months ago
JSON representation

Advent of Code 2022 challenge done with Deno / Typescript.

Awesome Lists containing this project

README

          

Install https://deno.land/ and https://code.visualstudio.com/

Go into a folder and run:

```
deno run --watch --allow-read run.ts
```