Some basic operations are surprisingly complicated with Turing Machine. All we want to do this time is to clone
a string, consisting of the same letter X
. E.g. for input like XXXXX
the output should be XXXXX XXXXX
- original
and cloned strings separated with space.
Review syntax for TM rules if necessary.
That's all :)