From c53e03ec092f131a11acf9d1cd01a51d0594aea4 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Thu, 29 Dec 2022 23:22:24 +0100 Subject: Day9 Part2. Not the most beautiful code I've written, but should be OK-ish. --- Day9/testinput | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Day9/testinput (limited to 'Day9/testinput') diff --git a/Day9/testinput b/Day9/testinput new file mode 100644 index 0000000..60bd43b --- /dev/null +++ b/Day9/testinput @@ -0,0 +1,8 @@ +R 5 +U 8 +L 8 +D 3 +R 17 +D 10 +L 25 +U 20 -- cgit v1.2.3