Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 331 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 331 Bytes

Advent of Code Solutions

Automatically retreive your input file from AOC site

Set value of session from cookie in aoc-session file in root directory

Build with make

make

Binary is named aoc-solve by default

Solve an input set

./aoc-solve -y2015 -d1

Specify year and day as command line arguments