Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 242 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 242 Bytes

aoc2024

My advent of code 2024 resolution

To install dependencies:

npm ci

To run:

npm start <day>

To run tests:

npm run test

To generate day:

npm run day