mirror of
https://github.com/jcreek/advent-of-code.git
synced 2026-07-12 18:53:47 +00:00
docs(*): Update documentation to account for multiple languages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user