diff options
author | Andreas Grois <andi@grois.info> | 2022-12-29 23:22:24 +0100 |
---|---|---|
committer | Andreas Grois <andi@grois.info> | 2022-12-29 23:22:24 +0100 |
commit | c53e03ec092f131a11acf9d1cd01a51d0594aea4 (patch) | |
tree | 8111e5ca0b25aba5ceff3373bd8f147f35e6a092 /Day9/testinput | |
parent | 628d1c202c27fc240abbaac53f246a5939f28ab5 (diff) |
Day9 Part2.
Not the most beautiful code I've written, but should be OK-ish.
Diffstat (limited to 'Day9/testinput')
-rw-r--r-- | Day9/testinput | 8 |
1 files changed, 8 insertions, 0 deletions
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 |