Skip to content

Awjin/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️ 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