From 00177d71b462065d8f477e0cc2573bd95bfe2943 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 31 Oct 2022 18:08:46 +0000 Subject: [PATCH] docs(piscine-go): remove extra new line being printed in the example --- subjects/printstr/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/subjects/printstr/README.md b/subjects/printstr/README.md index 21dd8d2eb..2bebec2d2 100644 --- a/subjects/printstr/README.md +++ b/subjects/printstr/README.md @@ -30,8 +30,7 @@ And its output : ```console $ go run . | cat -e -Hello World! -$ +Hello World!$ ``` ### Notions