part2
#!/usr/bin/env php
<?php
/** Day 9 Part 2
*
*/
require(__DIR__.'/functions.php');
if (@$argv[1] == 'sample'){
$input = file_get_contents(__DIR__.'/sample.txt');
} else {
$input = file_get_contents(__DIR__.'/input.txt');
}
$lines = explode("\n", trim($input));
$expected_output = null;
echo "\n\nOutput is: $something\n\n";