summaryrefslogtreecommitdiff
path: root/Advent-of-Code-2022/aoc-5/sample.txt
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-12-05 18:33:52 +0200
committerkartofen <mladenovnasko0@gmail.com>2022-12-05 18:33:52 +0200
commit023d216b6aecbfafaa50542796200694218b01aa (patch)
tree0155a63bc6f0cd0b972d173bda18f18f3b79fd25 /Advent-of-Code-2022/aoc-5/sample.txt
parent9aee75494d8d2f025b193dfd582c2adca1a08e98 (diff)
day 5
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