Skip to content

rhardih/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎄 🎅 🌟 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