My contributions to the Advent of Code for 2023.
(you need to have node.js installed first)
Note: This repository is mirrored to multiple locations, get repository URL from where you are seeing this.
git clone <repo-url>
cd advent-of-code-2023
npm install
npm start <dayno>
Replace
<dayno>
with the day you want to run the solution for (1-25).
To run with test data instead of real data, add the test data to inputs/day-<dayno>-input-test.txt
(with two digits for <dayno>
) and then:
npm start -- <dayno> --test