summaryrefslogtreecommitdiff
path: root/2022/day5/example.txt
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-05-02 11:44:58 +0200
committerSanto Cariotti <santo@dcariotti.me>2023-05-02 11:44:58 +0200
commit2e7401338f8f13ba7584f5ce54e8e660c8a49cd4 (patch)
tree99665fa19208a36f6bada643f2cbba8b768b4cb4 /2022/day5/example.txt
parent234aed363e1e181f458611505afaf06a54e377d3 (diff)
Add day 5
Diffstat (limited to '2022/day5/example.txt')
-rw-r--r--2022/day5/example.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/2022/day5/example.txt b/2022/day5/example.txt
new file mode 100644
index 0000000..84933bb
--- /dev/null
+++ b/2022/day5/example.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