Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 561 Bytes

File metadata and controls

26 lines (18 loc) · 561 Bytes

advent-of-code

My solution to some of the Advent of Code problems of 2016.

Can I run this from the command line?

You can, though I don't know why you would want to:

$ git clone https://github.com/jgertm/advent-of-code.git
...

$ cd advent-of-code

$ make
...

$ ./aoc --help
Welcome to my solution to Advent of Code 2016.
  Usage: aoc (--help|--test|--day <day#> --input <input-file>)

  -d --day DAY Day number
  -i --input INPUT-FILE File containing the problem input
  -t --test Run the test suite
  -h --help Print the help message