diff options
author | Yigit Sever | 2022-12-07 00:59:22 +0300 |
---|---|---|
committer | Yigit Sever | 2022-12-07 00:59:22 +0300 |
commit | 4388234565d34d1afc6502db34a85f424fec9a91 (patch) | |
tree | 96ea12b11f68d02687920c26fa421b4c814daae2 /2022/day5/example | |
parent | 244d3dfa233371db0adcff329283bb1ce9bba9f5 (diff) | |
download | aoc-4388234565d34d1afc6502db34a85f424fec9a91.tar.gz aoc-4388234565d34d1afc6502db34a85f424fec9a91.tar.bz2 aoc-4388234565d34d1afc6502db34a85f424fec9a91.zip |
2022, day5: part1
Diffstat (limited to '2022/day5/example')
-rw-r--r-- | 2022/day5/example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2022/day5/example b/2022/day5/example new file mode 100644 index 0000000..42ef47f --- /dev/null +++ b/2022/day5/example | |||
@@ -0,0 +1,9 @@ | |||
1 | [D] | ||
2 | [N] [C] | ||
3 | [Z] [M] [P] | ||
4 | 1 2 3 | ||
5 | |||
6 | move 1 from 2 to 1 | ||
7 | move 3 from 1 to 3 | ||
8 | move 2 from 2 to 1 | ||
9 | move 1 from 1 to 2 | ||