Browse Source

Add another example as per review

1258-canyoucount
estlop 2 years ago
parent
commit
59641a6afd
  1. 2
      subjects/canyoucount/README.md

2
subjects/canyoucount/README.md

@ -9,6 +9,8 @@ Your program will receive some arguments. Count how many characters they have in
```console ```console
$ go run . "hello" "how are you?" | cat -e $ go run . "hello" "how are you?" | cat -e
17$ 17$
$ go run . "hi" | cat -e
2$
$ go run . | cat -e $ go run . | cat -e
0$ 0$
``` ```

Loading…
Cancel
Save