[2017-12-05] Samples

master
Elis Hirwing 5 years ago
parent 0adc00c3d1
commit 0e6234f2f7
Signed by: etu
GPG Key ID: D57EFA625C9A925F

File diff suppressed because it is too large Load Diff

@ -50,3 +50,9 @@ function puzzle2(string $input)
}
}
}
echo 'First challange solution:'.PHP_EOL;
echo puzzle1(file_get_contents(dirname(__FILE__).'/input.txt')).PHP_EOL.PHP_EOL;
echo 'Second challange solution:'.PHP_EOL;
echo puzzle2(file_get_contents(dirname(__FILE__).'/input.txt')).PHP_EOL.PHP_EOL;

Loading…
Cancel
Save