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

https://github.com/pixelrobin/advent-of-code-2022


https://github.com/pixelrobin/advent-of-code-2022

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# [Advent of Code](https://adventofcode.com/) 2022

Using Deno and Typescript.

Run each day from the root of the project like:

```bash
deno run --allow-read 2/a.ts
```

Since I use `.txt` files for inputs, scripts need the `--allow-read` permission.