Personal project to resolve https://adventofcode.com (1 day, 1 code)
npm i
Copy .env.sample to .env and fill it.
Use helper to see all details
node src/app.js -h
Command to make all folder for a here
Auto build the test file for a day by html analysis
Download data, execute code, and post the answer
node src/app.js build-test -d 1
node src/app.js solve -l 1
node src/app.js solve -l 2
npm run testWatch -- -t '2021 day 1'