From e236f59390ea0b80846395d36f0c33fddf1a5372 Mon Sep 17 00:00:00 2001 From: eslopfer Date: Mon, 12 Sep 2022 13:59:19 +0100 Subject: [PATCH] docs: correct example to add new line --- subjects/union/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subjects/union/README.md b/subjects/union/README.md index 35a6d604..b66993e7 100644 --- a/subjects/union/README.md +++ b/subjects/union/README.md @@ -13,13 +13,14 @@ If the number of arguments is different from 2, then the program displays a newl ```console $ go run . zpadinton paqefwtdjetyiytjneytjoeyjnejeyj | cat -e zpadintoqefwjy$ +$ $ go run . ddf6vewg64f gtwthgdwthdwfteewhrtag6h4ffdhsd | cat -e df6vewg4thras$ +$ $ go run . rien "cette phrase ne cache rien" | cat -e rienct phas$ $ go run . | cat -e $ $ go run . rien | cat -e $ -$ ```