summaryrefslogtreecommitdiffstats
path: root/day05b/examples/test.txt
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2022-12-21 18:17:44 +0000
committerShivesh Mandalia <mail@shivesh.org>2022-12-21 18:17:44 +0000
commit666b11bc77f17d6d2b5a466c56ea7710bb9134fd (patch)
treeb19bd61fb34a190ec825e18b64a04656fc86b6cc /day05b/examples/test.txt
parenta667c19882e1feb542a122781b4efe5545dea0dd (diff)
downloadadvent_of_code_2022-666b11bc77f17d6d2b5a466c56ea7710bb9134fd.tar.gz
advent_of_code_2022-666b11bc77f17d6d2b5a466c56ea7710bb9134fd.zip
complete day 5
Diffstat (limited to 'day05b/examples/test.txt')
-rw-r--r--day05b/examples/test.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/day05b/examples/test.txt b/day05b/examples/test.txt
new file mode 100644
index 0000000..84933bb
--- /dev/null
+++ b/day05b/examples/test.txt
@@ -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