Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 278 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 278 Bytes

Advent of Code

How to run
  1. nvm use to get latest JS features
  2. npm start to run the current day of the current year
    npm start <1-24> to run a specific day of the current year
    npm start <1-24> <year> to run a specific day of a specific year