docs(*): Update documentation to account for multiple languages

This commit is contained in:
Josh Creek
2024-12-01 12:05:10 +00:00
parent fcdec70c44
commit fbad87c9f6
3 changed files with 13 additions and 4 deletions
+7
View File
@@ -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.