Skip to content

williamkeller/advent-of-code-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2020

Installation

npm init

Running solutions

npm start p t d

  • where p is 1 for puzzle 1, or 2 for puzzle 2

  • t is whether to run test data (t) or real data (f), defaults to f

  • d is the day of the puzzle, 1 through 25, defaults to the current day, if not provided.

Testing

npm test to run the unit tests. The daily puzzle code is generally not tested, these tests are for the support code.

About

Advent of Code 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published