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

https://github.com/balintsoos/advent-of-code-2019

:christmas_tree: Advent of Code 2019
https://github.com/balintsoos/advent-of-code-2019

advent advent-of-code advent-of-code-2019 javascript nodejs rxjs typescript

Last synced: 3 months ago
JSON representation

:christmas_tree: Advent of Code 2019

Awesome Lists containing this project

README

          

# advent-of-code-2019
Advent of Code 2019

```
nvm install
npm install
DAY=01 PART=1 npm start
```