/advent-of-code-2023

https://adventofcode.com/2023/

Primary LanguageJavaScriptMIT LicenseMIT

advent-of-code-2023

My solutions to the Advent of Code 2023: https://adventofcode.com/2023/

To run

No deps for the solution code, just run it:

npm start

To test

Install dev dependencies to get Jest to run the tests:

npm install

Run the test cases:

npm test