summaryrefslogtreecommitdiff
path: root/2022/Rust/input/day5.test
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-04-09 03:09:19 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-04-09 03:09:19 +0200
commitc827efeeef0cdc63c5366e9d945fa53c09988491 (patch)
treee33361fa13742f5fd295e1e8525f388fca7fdda4 /2022/Rust/input/day5.test
parentd5e8f8cb89c24e02898eed760ea22f0522e59f44 (diff)
downloadaoc-c827efeeef0cdc63c5366e9d945fa53c09988491.tar.xz
aoc-c827efeeef0cdc63c5366e9d945fa53c09988491.zip
Solve day7 in rust
Diffstat (limited to '2022/Rust/input/day5.test')
-rwxr-xr-x2022/Rust/input/day5.test9
1 files changed, 9 insertions, 0 deletions
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