aboutsummaryrefslogtreecommitdiff
path: root/day05/test
diff options
context:
space:
mode:
authorNat Lasseter <nat.lasseter@york.ac.uk>2022-12-06 11:52:09 +0000
committerNat Lasseter <nat.lasseter@york.ac.uk>2022-12-06 11:52:09 +0000
commitd2c32dcd6889a83a6327304e89cabcbbdad253fb (patch)
treef5d25a8074517704ee3738bc28147a8e8a87ccbe /day05/test
parent8079694bd5ab49d1a75247185ff2f6cea9f370c7 (diff)
Day 05
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