To create folders and files for a day, run:
node scripts/prepare.js --date=2022-12-01
or if you wish to use current date, then:
node scripts/prepare.js
To solve a day, run the following command in the root folder of this repo:
ts-node index.ts --day=1 --part=1
To run a specific test:
yarn test day01Part1