summaryrefslogtreecommitdiff
path: root/Advent-of-Code-2022/aoc-5/sample.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Advent-of-Code-2022/aoc-5/sample.txt')
-rw-r--r--Advent-of-Code-2022/aoc-5/sample.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Advent-of-Code-2022/aoc-5/sample.txt b/Advent-of-Code-2022/aoc-5/sample.txt
new file mode 100644
index 0000000..42ef47f
--- /dev/null
+++ b/Advent-of-Code-2022/aoc-5/sample.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