Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 301 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 301 Bytes

❄️ Advent of Code ❄️

  • Scaffold a directory for solving a new day:

    npm run scaffold -- $year $day
  • Run against test input:

    npm run test -- $year $day $part
  • Run a solution:

    npm run solve -- $year $day $part