From ff07e9bc79eba0eabd0a121ac3fa1c9983653dd7 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Wed, 24 Apr 2019 16:37:11 +0100 Subject: [PATCH] final formatting --- subjects/alphamirror.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/alphamirror.md b/subjects/alphamirror.md index 379c0c32..15cdf45e 100644 --- a/subjects/alphamirror.md +++ b/subjects/alphamirror.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. +character. 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.$ student@ubuntu:~/student/alphamirror$ ./alphamirror | cat -e $ -student@ubuntu:~/student/alphamirror$ +student@ubuntu:~/student/alphamirror$ ```