Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 22 days 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
```