Solve day 5
This commit is contained in:
parent
5c01353113
commit
690f75ae43
5 changed files with 649 additions and 0 deletions
9
input/05-test
Normal file
9
input/05-test
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue