This are my solutions for the yearly Advent of Code puzzles. I used JavaScript as my programming language and every solution can be easily executed with Node.js.
Download and install the latest versions of:
Clone the advent_of_code repository to a nice place on your machine via:
git clone [email protected]:countzero/advent_of_code.git
Navigate to a day_*
directory and execute the following from your command line:
node .