Browse Source

Clarify rot14 (#341)

* Clarify rot14

On exam not all students faced rot13 before.
content-update
Tlekbai Ali 5 years ago committed by Clément
parent
commit
278f44370d
  1. 4
      subjects/rot14.en.md

4
subjects/rot14.en.md

@ -2,9 +2,7 @@
### Instructions
Write a function `rot14` that returns the `string` within the parameter transformed into a `rot14 string`.
- There is the need to know what `rot13` stands for.
Write a function `rot14` that returns the `string` within the parameter transformed into a `rot14 string`, that replaces a letter with the 14th letter after it, in the alphabet.
### Expected function

Loading…
Cancel
Save