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
- Host: GitHub
- URL: https://github.com/fabricionaweb/adventofcode
- Owner: fabricionaweb
- Created: 2020-12-01T13:21:59.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T19:40:38.000Z (almost 5 years ago)
- Last Synced: 2025-07-08T22:46:46.493Z (5 months ago)
- Topics: advent-of-code-2020, adventofcode, adventofcode2020
- Language: JavaScript
- Homepage: https://adventofcode.com/2020
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`