From c827efeeef0cdc63c5366e9d945fa53c09988491 Mon Sep 17 00:00:00 2001 From: omagdy7 Date: Sun, 9 Apr 2023 03:09:19 +0200 Subject: Solve day7 in rust --- 2022/Rust/input/day5.test | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 2022/Rust/input/day5.test (limited to '2022/Rust/input/day5.test') diff --git a/2022/Rust/input/day5.test b/2022/Rust/input/day5.test new file mode 100755 index 0000000..84933bb --- /dev/null +++ b/2022/Rust/input/day5.test @@ -0,0 +1,9 @@ + [D] +[N] [C] +[Z] [M] [P] + 1 2 3 + +move 1 from 2 to 1 +move 3 from 1 to 3 +move 2 from 2 to 1 +move 1 from 1 to 2 -- cgit v1.2.3