summaryrefslogtreecommitdiff
path: root/input/day5_ex.txt
diff options
context:
space:
mode:
Diffstat (limited to 'input/day5_ex.txt')
-rw-r--r--input/day5_ex.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/input/day5_ex.txt b/input/day5_ex.txt
new file mode 100644
index 0000000..e98aba4
--- /dev/null
+++ b/input/day5_ex.txt
@@ -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 \ No newline at end of file