Browse Source

Update README.md

little update.
content-update
Christopher Fremond 3 years ago committed by GitHub
parent
commit
4e6e209ae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      subjects/alphamirror/README.md

2
subjects/alphamirror/README.md

@ -4,7 +4,7 @@
Write a program called `alphamirror` that takes a `string` as argument and displays this `string` after replacing each alphabetical character with the opposite alphabetical character.
The case of the letter stays the same, for example :
The case of the letter remains unchanged, for example :
'a' becomes 'z', 'Z' becomes 'A'
'd' becomes 'w', 'M' becomes 'N'

Loading…
Cancel
Save