Skip to content

williamgrh/adventofcode

Repository files navigation

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.