From 8d6efb1c1fdddc1fbad167510ce25e56be684130 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Thu, 7 Dec 2023 20:26:51 +0100 Subject: Allow error messages in parsing (for debugging) And fix an off-by-one in day 5 --- inputs/day6.input | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 inputs/day6.input (limited to 'inputs') diff --git a/inputs/day6.input b/inputs/day6.input new file mode 100644 index 0000000..27b64c4 --- /dev/null +++ b/inputs/day6.input @@ -0,0 +1,2 @@ +Time: 58 81 96 76 +Distance: 434 1041 2219 1218 -- cgit v1.2.3