make install
make d_install
cat 1.input | bin/consle aoc:<day>
Running without any arguments will run part one and two.
Usage:
aoc:1 [options]
Options:
-1, --one Execute part One
-2, --two Execute part Two
All days have a unittest that tests the example input and output.
bin/phpunit