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

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

Advent of Code 2020 JavaScript solutions
https://github.com/trystan2k/advent-of-code-2020

advent-of-code advent-of-code-2020 advent-of-code-2020-javascript advent-of-code-2020-nodejs

Last synced: 3 months ago
JSON representation

Advent of Code 2020 JavaScript solutions

Awesome Lists containing this project

README

        

# advent-of-code-2020

[Advent of Code 2020](https://adventofcode.com/2020) JavaScript solutions using Node >= 12

To execute the code for a given day, you can use Node and the name of the file:

```bash
node day-01.js
```