[2017-12-06] Samples

master
Elis Hirwing 5 years ago
parent 6b107a2661
commit abfd94b803
Signed by: etu
GPG Key ID: D57EFA625C9A925F

@ -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…
Cancel
Save