diff --git a/exercises/practice/rotational-cipher/.docs/instructions.append.md b/exercises/practice/rotational-cipher/.docs/instructions.append.md new file mode 100644 index 00000000..9104d76c --- /dev/null +++ b/exercises/practice/rotational-cipher/.docs/instructions.append.md @@ -0,0 +1,3 @@ +~~~~exercism/note +Do not use PHP functions like `str_rot13()` to solve this exercise! Only use basic string and character manipulation functions. +~~~~