aboutsummaryrefslogtreecommitdiff
path: root/2015/11/puzzle-1
blob: b0e57564e98057e37ea2f9b38ad3f04179675e48 (plain) (blame)
1
2
3
4
5
6
7
The starting string is "hepxcrrq"

The string must contain two sets of non-overlapping duplicates, this is best done as having the last
5 characters be "xxyzz". The first 3 characters aren't illegal, so we don't need to change them.
This gives an end result of "hepxxyzz".

QED. (I hope)