Files
advent-of-code/AdventOfCode JS/README.md
T

8 lines
339 B
Markdown

# 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.