From 5755201a62e5b5cf8641eea9505727c707fa7b04 Mon Sep 17 00:00:00 2001 From: kplaczek Date: Mon, 6 Dec 2021 17:57:37 +0100 Subject: [PATCH] 5th day 2nd part update --- 05/part2.php | 1 - 1 file changed, 1 deletion(-) 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);