diff options
author | Nat Lasseter <user@4574.co.uk> | 2022-12-09 12:04:12 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2022-12-09 12:04:12 +0000 |
commit | b32c6103cbef9f1c581ebfe521e21fe86bbf7978 (patch) | |
tree | 190abc2bd9eb0ea4eb8c7b0556ab9f45a6f47c18 /day09/test | |
parent | f45b1f2267caeea14613adf79b3d91859a00b3ce (diff) |
Day 09
Diffstat (limited to 'day09/test')
-rw-r--r-- | day09/test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/day09/test b/day09/test new file mode 100644 index 0000000..9874df2 --- /dev/null +++ b/day09/test @@ -0,0 +1,8 @@ +R 4 +U 4 +L 3 +D 1 +R 4 +D 1 +L 5 +R 2 |