aboutsummaryrefslogtreecommitdiffstats
path: root/resources/day05_sample.txt
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2022-12-05 19:59:26 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2022-12-05 20:00:09 +0200
commit2b46b81a517e6d0f1ebba3642c6950a58f9b5d1e (patch)
treeadaf30dde47a60cfb2e2bbab97ec239ae07c015a /resources/day05_sample.txt
parent686339d1fae622df20fa73b72b632ca3cb7fd7be (diff)
Solve day05
Diffstat (limited to 'resources/day05_sample.txt')
-rw-r--r--resources/day05_sample.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/resources/day05_sample.txt b/resources/day05_sample.txt
new file mode 100644
index 0000000..84933bb
--- /dev/null
+++ b/resources/day05_sample.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