Update README.md

This commit is contained in:
Hamza elkhatri 2022-06-14 16:03:21 +01:00 committed by David Mata
parent 745609bf47
commit fbb007535d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $ go run . | cat -e
$
$ go run . 1 2 3 4 5 6 7 8 9 | cat -e
1 9$
$ go run . -1 1 | cat -e
$ go run . "-1" "1" | cat -e
-1 1$
$ go run . 1 a 2 3 4 5 6 7 8 9 | cat -e
Error$