Closed
Description
The crypto-square examples and directions do not mention that trailing spaces should be stripped. It instead requires perfect squares which should include trailing spaces. This should be fixed in the README for example, the splunk example should be:
"s-u- "
"p-n- "
"l-k- "
However the output requires no space after the lk pair. This issue is repeated in other ones as well.
Originally filed against the Golang README as exercism/go#348