From e9b61b1519a9b1dc34944f269b6fc9b34715b278 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Fri, 23 Dec 2022 18:04:02 +0000 Subject: complete day 9 --- day09b/examples/test.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 day09b/examples/test.txt (limited to 'day09b/examples/test.txt') diff --git a/day09b/examples/test.txt b/day09b/examples/test.txt new file mode 100644 index 0000000..60bd43b --- /dev/null +++ b/day09b/examples/test.txt @@ -0,0 +1,8 @@ +R 5 +U 8 +L 8 +D 3 +R 17 +D 10 +L 25 +U 20 -- cgit v1.2.3