The last time I posted a challenge (#155) it dealt with string analysis and decrypting a message from a noisy block of text.
People have been interested in how I came up with the data block for the challenge.
I decided this would be a good opportunity to let you be creative and show me!
The challenge this week is to create an ENCODER for a message that is compatible with the DECODER we built in challenge #155.
The easiest thing to do would be to simply generate some number of copies of the input message
(even just copying out the original message), but let us disqualify all such non-encodings!