mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
swap position 4 with position 0
|
|
swap letter d with letter b
|
|
reverse positions 0 through 4
|
|
rotate left 1 step
|
|
move position 1 to position 4
|
|
move position 3 to position 0
|
|
rotate based on position of letter b
|
|
rotate based on position of letter d
|