Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 358 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 358 Bytes

Advent of Code

Solving http://adventofcode.com puzzles using JavaScript.

To run a solution

npm start <year#> <day#> [<part#>]

To test solutions

npm test [-- --year=<year#>]

To set up a new solution

npm run setup <year#> <day#>

Credit for the project structure goes to NiXXeD here on GitHub.