From a4b8953fa7bf8165b5aed4aad6e23dc03c690638 Mon Sep 17 00:00:00 2001 From: hamza Date: Tue, 7 Jun 2022 12:35:49 +0100 Subject: [PATCH] fix(bracket): add bracket to \n --- subjects/front-back/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subjects/front-back/README.md b/subjects/front-back/README.md index f822a2bd..d7187569 100644 --- a/subjects/front-back/README.md +++ b/subjects/front-back/README.md @@ -3,14 +3,14 @@ ## front-back - Write a program that prints the previous and next alphabet of a given alphabet. - - If the number of arguments is different from `1`, print `"\n"`. - - If the length of the argument is different from `1`, print `"\n"` - - If the argument is not a letter, print `"\n"` + - If the number of arguments is different from `1`, print (`'\n'`). + - If the length of the argument is different from `1`, print (`'\n'`) + - If the argument is not a letter, print (`'\n'`) - Print the previous alphabet and the next alphabet except for the last alphabet of the alphabet. ### Usage -```shell +```console $ go run . | cat -e $ $ go run . a | cat -e