Those are my personal solutions to Advent of Code 2017.
Day | Title | Status |
---|---|---|
01 | Inverse Captcha | |
02 | Corruption Checksum | |
03 | Spiral Memory | |
04 | High-Entropy Passphrases | |
05 | A Maze of Twisty Trampolines, All Alike | |
06 | Memory Reallocation | |
07 | Recursive Circus |
# install the dependencies
npm install
# build the code
npm run build
# run all the tests
npm run test
npm start day01
# The constantly build the code
npm run watch
# The constantly run tests
npm run test-watch
If you use vscode
, Press Windows + Shift + B
it will build automatically