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