aboutsummaryrefslogtreecommitdiff
path: root/day05/test
diff options
context:
space:
mode:
Diffstat (limited to 'day05/test')
-rw-r--r--day05/test9
1 files changed, 9 insertions, 0 deletions
diff --git a/day05/test b/day05/test
new file mode 100644
index 0000000..84933bb
--- /dev/null
+++ b/day05/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