mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-13 03:03:46 +00:00
7054a23d8c
git-subtree-dir: AdventOfCode JS/2018 git-subtree-mainline:b44957b275git-subtree-split:5e9be1b66b
Advent of Code (JS)
To get started, use npm install to install the dependencies.
To run the tests (and thus check your code gives an answer), use npm test.
For each day there is a dayXX.test.js file which contains the code to solve the problem for that day. There is an example day file that can be duplicated for each new day.