diff --git a/05/part1.php b/05/part1.php index 9f73b3b..a145d89 100644 --- a/05/part1.php +++ b/05/part1.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);