Update README.md

This commit is contained in:
Hamza elkhatri 2022-07-26 18:21:17 +01:00
parent 3c5fb469e0
commit f81cc27798
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Write a program that takes a first and last name as one argument and swaps them.
- If there is more than one argument, nothing should be printed.
- The argument should contain only alphabetic characters and spaces and only two words, if not, you have to print `"Error\n"`
- The result must be followed with a new line at the end (`'\n'`).
- Trim any extra space in the beginning or end of the string.
- Trim any extra spaces in the string.
### Usage