An open API service indexing awesome lists of open source software.

https://github.com/theodesp/advent-of-code

My solutions to the advent of code exercises http://adventofcode.com/
https://github.com/theodesp/advent-of-code

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Advent of Code

Doing [Advent of Code](http://adventofcode.com)

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.