diff --git a/05/part2.php b/05/part2.php index a841420..ec25485 100644 --- a/05/part2.php +++ b/05/part2.php @@ -1,5 +1,4 @@ '; $input = file('input', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES); $input = array_map(fn($line) => explode(',', str_replace(' -> ', ',', $line)), $input);