Browse Source

Update union.en.md

content-update
MSilva95 4 years ago committed by Xavier Petit
parent
commit
d2668e9605
  1. 10
      subjects/union.en.md

10
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$
```

Loading…
Cancel
Save