,....,
,;;:o;;;o;;,
,;;o;'''''';;;;,
,;:;; ;;o;,
;o;; ;;;;
;;o; ;;o;
';;;, _ _ ,;;;'
';o;;/_\/_\;;o;'
jgs ';;\_\/_/;;'
'//\\'
// \\ Advent of Code 2015
|/ \| - ShaneMcC
My (Hacky) PHP Solutions for http://adventofcode.com
I may tidy up some of the more interesting ones.
All of the solutions have their input as input.txt and some test input as test.txt, and will accept input from STDIN.
Solutions are run (for example day 1) as ./1/run.php from the root directory.
There is also some command-line flags to alter how the scripts run.
$ ./1/run.php --help
Usage: ./1/run.php [options]
Valid options
-h, --help Show this help output
-t, --test Enable test mode (default to reading input from test.txt not input.txt)
-d, --debug Enable debug mode
--file <file> Read input from <file>
Input will be read from STDIN in preference to either <file> or the default files.
$