https://adventofcode.com/2019/
npm install
npm run start [DAY]
- shows the answers for day [DAY] (both questions)
npm run start [DAY] [QUESTION]
- shows the answer for day [DAY] and question [QUESTION]
npm run dev [DAY] [QUESTION]
- same as above but in dev mode, restart on change using
nodemon
- same as above but in dev mode, restart on change using
npm run init [DAY]
- creates everything you need to start working on a day [DAY]