theodesp / advent-of-code

My solutions to the advent of code exercises http://adventofcode.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

Doing Advent of Code

All solutions are written in Javascript for now.

Input

In general, all solutions can be invoked without command-line arguments. Doing so runs the code on the input corresponding with my user.

Command-line interaction is possible to specify alternates. Unless otherwise specified, pass one or more filenames containing the desired data, or - to use standard input.

About

My solutions to the advent of code exercises http://adventofcode.com/


Languages

Language:JavaScript 100.0%