Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 610 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 610 Bytes

🎄 🎅 🌟 aoc 🌟 🎅 🎄

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