summaryrefslogtreecommitdiffstats
path: root/2022/day5/example
diff options
context:
space:
mode:
Diffstat (limited to '2022/day5/example')
-rw-r--r--2022/day5/example9
1 files changed, 9 insertions, 0 deletions
diff --git a/2022/day5/example b/2022/day5/example
new file mode 100644
index 0000000..42ef47f
--- /dev/null
+++ b/2022/day5/example
@@ -0,0 +1,9 @@
1 [D]
2[N] [C]
3[Z] [M] [P]
4 1 2 3
5
6move 1 from 2 to 1
7move 3 from 1 to 3
8move 2 from 2 to 1
9move 1 from 1 to 2