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

https://github.com/naturalclar/advent-of-code-2020

Advent of Code 2020 done in Deno
https://github.com/naturalclar/advent-of-code-2020

Last synced: over 1 year ago
JSON representation

Advent of Code 2020 done in Deno

Awesome Lists containing this project

README

          

# Advent of Code 2020

Challenging [Advent of Code 2020](https://adventofcode.com/2020) with [Deno](https://deno.land/)

## Run Tests

```
make test
```

## Run format

```
make fmt
```