diff options
Diffstat (limited to '2022/Rust/input/day9_2.test')
| -rw-r--r-- | 2022/Rust/input/day9_2.test | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/Rust/input/day9_2.test b/2022/Rust/input/day9_2.test new file mode 100644 index 0000000..60bd43b --- /dev/null +++ b/2022/Rust/input/day9_2.test @@ -0,0 +1,8 @@ +R 5 +U 8 +L 8 +D 3 +R 17 +D 10 +L 25 +U 20 |
