/advent_of_code

Solutions for the yearly "Advent of Code" puzzles.

Primary LanguageJavaScript

Advent of Code

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.

Install

Install Git and Node.js

Download and install the latest versions of:

Clone advent_of_code from GitHub

Clone the advent_of_code repository to a nice place on your machine via:

git clone git@github.com:countzero/advent_of_code.git

Usage

Execute solution for a puzzle

Navigate to a day_* directory and execute the following from your command line:

node .