[2017-12-06] Samples
parent
6b107a2661
commit
abfd94b803
|
@ -0,0 +1 @@
|
|||
0 5 10 0 11 14 13 4 11 8 8 7 1 4 12 11
|
|
@ -91,3 +91,9 @@ function puzzle2(string $input) : int
|
|||
|
||||
return $sum;
|
||||
}
|
||||
|
||||
echo 'First challange solution:'.PHP_EOL;
|
||||
echo puzzle1(trim(file_get_contents(dirname(__FILE__).'/input.txt'))).PHP_EOL;
|
||||
|
||||
echo 'Second challange solution:'.PHP_EOL;
|
||||
echo puzzle2(trim(file_get_contents(dirname(__FILE__).'/input.txt'))).PHP_EOL;
|
||||
|
|
Loading…
Reference in New Issue