aboutsummaryrefslogtreecommitdiff
path: root/2022/05-supply-stacks/example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--2022/05-supply-stacks/example10
1 files changed, 10 insertions, 0 deletions
diff --git a/2022/05-supply-stacks/example b/2022/05-supply-stacks/example
new file mode 100644
index 0000000..edacdb9
--- /dev/null
+++ b/2022/05-supply-stacks/example
@@ -0,0 +1,10 @@
+ [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
+