Skip to content

ShaneMcC/aoc-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2016

             '
           - * -
            /.\
           /..'\
          /.'..'\
          /'.'..\
         /.'..'.'\
        /.'..'.'.'\
        /.'..'..'.\
 "'""""/'.'...'..'.\""'"'"
      /'..''..'.'.'.\  Advent of Code 2016
      ^^^^^^[_]^^^^^^  - ShaneMcC

My PHP Solutions for http://adventofcode.com 2016

Running

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.
$

About

PHP Solutions to AdventOfCode 2016

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published