These are my solutions for the Advent of Code 2018 challenges. Most scripts are cobbled together monstrosities but, in my opinion, that's part of the charm.
- Clone the repo
- Run the good ol'
npm install - Edit the cookie.txt with your
sessioncookie value from Advent of Code - Run
npm startand it should fetch the inputs and solve the challenges day by day - (OPTIONAL) You can run
npm startwith a list (either space or comma separated) of days to run (eg.npm start 5 13ornpm start 5,13to run just challenges for days 5 and 13)