Ecosyste.ms: Awesome
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: 22 days ago
JSON representation
Advent of Code 2020 JavaScript solutions
- Host: GitHub
- URL: https://github.com/trystan2k/advent-of-code-2020
- Owner: trystan2k
- Created: 2020-12-02T15:02:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-06T18:58:54.000Z (about 4 years ago)
- Last Synced: 2024-11-01T02:42:15.451Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2020-javascript, advent-of-code-2020-nodejs
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```