Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rhardih/aoc

Advent of Code
https://github.com/rhardih/aoc

advent advent-of-code aoc c golang problem-solving puzzle ruby

Last synced: about 2 months ago
JSON representation

Advent of Code

Awesome Lists containing this project

README

        

# :christmas_tree: :santa: :star2: aoc :star2: :santa: :christmas_tree:

Advent of Code solutions.

http://adventofcode.com/

---

Compile and run a puzzle like so: `make 2016 3p2`, or `make 3p2` if already in
the folder of a specific year. The first digit represents day of the puzzle and
second digit is which part to run. Each make target handles piping of the
correct input to its resulting executable.

---

## Notes

### 2016

Day 5 and 14 uses md5 from libssl.

### 2015

Day 4 uses md5 from libssl.

## Dependencies

Install *libssl* and *pkg-config* with Homebrew:

`brew install openssl pkg-config`