docs(frontback): added paragraph

This commit is contained in:
jrosendo 2022-11-10 14:25:00 +00:00 committed by José Rosendo
parent c18f05927c
commit d5a8d222e7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
### Instructions
Write a program that prints the previous letter and the next letter of the Latin alphabet.
- If the number of arguments is different from `1`, print a new line `\n`.
- If the length of the argument is different from `1`, print a new line `\n`.
- If the argument is not a letter, print a new line `\n`.