Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 392 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 392 Bytes

2020-Advent-of-Code

Install nvm: https://github.com/nvm-sh/nvm/blob/master/README.md nvm use

Setup a problem

npm run setup -- {{exercise_dir}}

Run solution

npm run it -- {{exercise_dir}}

Test solution

npm run test -- {{exercise_dir}}

Setup Notes

  • run test Needs test.js as entry point.
  • run it Needs input.txt for input file and entrypoint of index.js