countzero / advent_of_code

Solutions for the yearly "Advent of Code" puzzles.

Home Page:https://adventofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

Solutions for the yearly "Advent of Code" puzzles.

https://adventofcode.com


Languages

Language:JavaScript 100.0%