diff options
Diffstat (limited to '2022/day5/ref_mod.txt')
| -rw-r--r-- | 2022/day5/ref_mod.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/day5/ref_mod.txt b/2022/day5/ref_mod.txt new file mode 100644 index 0000000..baec122 --- /dev/null +++ b/2022/day5/ref_mod.txt @@ -0,0 +1,8 @@ +ZN +MCD +P + +move 1 from 2 to 1 +move 3 from 1 to 3 +move 2 from 2 to 1 +move 1 from 1 to 2 |
