From 28d6c497dbb75a51419e107fc8a2e5af1656193f Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Mon, 10 Apr 2023 18:01:24 +0200 Subject: Day9 done in rust --- 2022/Rust/input/day9.test | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '2022/Rust/input/day9.test') diff --git a/2022/Rust/input/day9.test b/2022/Rust/input/day9.test index e69de29..9874df2 100644 --- a/2022/Rust/input/day9.test +++ b/2022/Rust/input/day9.test @@ -0,0 +1,8 @@ +R 4 +U 4 +L 3 +D 1 +R 4 +D 1 +L 5 +R 2 -- cgit v1.2.3