From d2668e96050238810d55762e5de1db7d47a4fe94 Mon Sep 17 00:00:00 2001 From: MSilva95 <53977751+MSilva95@users.noreply.github.com> Date: Thu, 5 Mar 2020 09:56:54 +0000 Subject: [PATCH] Update union.en.md --- subjects/union.en.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/union.en.md b/subjects/union.en.md index 3394c71a8..a482da956 100644 --- a/subjects/union.en.md +++ b/subjects/union.en.md @@ -12,15 +12,15 @@ If the number of arguments is different from 2, then the program displays newlin ```console student@ubuntu:~/[[ROOT]]/union$ go build -student@ubuntu:~/[[ROOT]]/union$ ./union "zpadinton" "paqefwtdjetyiytjneytjoeyjnejeyj" | cat -e +student@ubuntu:~/[[ROOT]]/union$ ./union zpadinton paqefwtdjetyiytjneytjoeyjnejeyj | cat -e zpadintoqefwjy$ -student@ubuntu:~/[[ROOT]]/union$ ./union "ddf6vewg64f" "gtwthgdwthdwfteewhrtag6h4ffdhsd" | cat -e +student@ubuntu:~/[[ROOT]]/union$ ./union ddf6vewg64f gtwthgdwthdwfteewhrtag6h4ffdhsd | cat -e df6vewg4thras$ -student@ubuntu:~/[[ROOT]]/union$ ./union "rien" "cette phrase ne cache rien" | cat -e -rienct phas$ +student@ubuntu:~/[[ROOT]]/union$ ./union rien cettephrasenecacherien | cat -e +riencthas$ student@ubuntu:~/[[ROOT]]/union$ ./union | cat -e $ -student@ubuntu:~/[[ROOT]]/union$ ./union "rien" | cat -e +student@ubuntu:~/[[ROOT]]/union$ ./union rien | cat -e $ student@ubuntu:~/[[ROOT]]/union$ ```