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

https://github.com/fabricionaweb/adventofcode

Trying to have some fun
https://github.com/fabricionaweb/adventofcode

advent-of-code-2020 adventofcode adventofcode2020

Last synced: 4 months ago
JSON representation

Trying to have some fun

Awesome Lists containing this project

README

          

My JavaScript solutions for 2020 _https://adventofcode.com/_

**To run**

- Day 01 `node src/day-01`
- Day 02 `node src/day-02`
- _etc_

**To test**

- Install dev dependencies `yarn install`
- To run all tests `yarn test`
- To run TDD `yarn test:watch`
- To run a single test `node src/day-01/solution.test`