Browse Source

final formatting

pull/71/head
Christopher Fremond 5 years ago committed by Frenchris
parent
commit
ff07e9bc79
  1. 4
      subjects/alphamirror.md

4
subjects/alphamirror.md

@ -4,7 +4,7 @@
Write a program called alphamirror that takes a string as argument and displays this string Write a program called alphamirror that takes a string as argument and displays this string
after replacing each alphabetical character with the opposite alphabetical after replacing each alphabetical character with the opposite alphabetical
character. character.
The case of the letter stays the same, for example : The case of the letter stays the same, for example :
@ -25,5 +25,5 @@ student@ubuntu:~/student/alphamirror$ ./alphamirror "My horse is Amazing." | cat
Nb slihv rh Znzarmt.$ Nb slihv rh Znzarmt.$
student@ubuntu:~/student/alphamirror$ ./alphamirror | cat -e student@ubuntu:~/student/alphamirror$ ./alphamirror | cat -e
$ $
student@ubuntu:~/student/alphamirror$ student@ubuntu:~/student/alphamirror$
``` ```

Loading…
Cancel
Save