add quotation mark

This commit is contained in:
MSilva95 2022-07-14 17:36:10 +01:00 committed by zainab Dnaya
parent 24540b242b
commit 4fe6da41eb
1 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ $ go run . "p" "4" | cat -e
-1$
$ go run . "P" "Q" "W" | cat -e
$
$ go run . A b | cat -e
$ go run . "A" "b" | cat -e
0$
```
```