AdventOfCode 2015 My solutions to Advent Of Code 2015 Advent of code How to run all the fancy scripts Since most scripts are written in fancy ES6, use babel-node any-file.js How to install babel node npm install babel-node -g How to install babel node even faster npm i babel-node -g