Skip to content

nbutkowski/2020-advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published