mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-13 03:03:46 +00:00
8 lines
339 B
Markdown
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.
|