Skip to content

fabricionaweb/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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