summaryrefslogtreecommitdiff
path: root/2022/Rust/data/day5.test
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2022-12-05 20:48:14 +0200
committeromagdy7 <omar.professional8777@gmail.com>2022-12-05 20:48:14 +0200
commit3ed1c774779d83ccd09e350cc420d1dff1603b98 (patch)
tree477665207fc71f051cc56d1c0c61ffee7111ce02 /2022/Rust/data/day5.test
parent22c48b4820aa09880d84ae7f0e944574a87036b2 (diff)
downloadaoc-3ed1c774779d83ccd09e350cc420d1dff1603b98.tar.xz
aoc-3ed1c774779d83ccd09e350cc420d1dff1603b98.zip
Day5 done in Rust
Diffstat (limited to '2022/Rust/data/day5.test')
-rw-r--r--2022/Rust/data/day5.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/2022/Rust/data/day5.test b/2022/Rust/data/day5.test
new file mode 100644
index 0000000..84933bb
--- /dev/null
+++ b/2022/Rust/data/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