Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-24 11:02:41 +01:00 committed by Dav Hojt
parent 5ce527c2d4
commit 5d18e844ab
1 changed files with 3 additions and 1 deletions

View File

@ -19,4 +19,6 @@ $ go run . "Hello World!" "World!" "All" | cat -e
World!$ World!$
$ go run . 1 2 3 4 | cat -e $ go run . 1 2 3 4 | cat -e
2 3$ 2 3$
``` go run . "Hello" "World!" | cat -e
Hello World!$
```