Files
advent-of-code/AdventOfCode JS
dependabot[bot] 85b56c8366 build(deps-dev): Bump js-yaml from 3.14.1 to 3.14.2 in /AdventOfCode JS
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-17 18:17:28 +00:00
..
2024-12-03 21:58:50 +00:00
2024-12-03 22:00:58 +00:00
2024-12-01 11:20:14 +00:00
2024-12-01 11:20:14 +00:00

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.