Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 279 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 279 Bytes

advent-of-code-2023

Resolution of problems for the advent of code 2023

Run day=01 npm start to launch the script of day one. For others days you can change the number.

For creating a new file from the template you can run npm run new -- XX, where XX is the day like 01.