From fb90a96eec60ef4fbe411e0d89caef058fa9c512 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 21 Nov 2022 15:06:59 +0000 Subject: [PATCH] docs(frontback): ran prettier format --- subjects/frontback/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/frontback/README.md b/subjects/frontback/README.md index 0d1be400..b34d2b0b 100644 --- a/subjects/frontback/README.md +++ b/subjects/frontback/README.md @@ -12,7 +12,7 @@ Write a program that prints the previous letter and the next letter of the Latin ### Usage ```console -$ go run . | cat -e +$ go run . | cat -e $ $ go run . a | cat -e ab$