Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 532 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 532 Bytes

Personal project to resolve https://adventofcode.com (1 day, 1 code)

install

npm i

usage

Copy .env.sample to .env and fill it.

Use helper to see all details

node src/app.js -h

make-folder-day

Command to make all folder for a here

build-test

Auto build the test file for a day by html analysis

solve

Download data, execute code, and post the answer

example

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'