Browse Source

Add another example as per review

pull/1554/head
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
$ go run . "hello" "how are you?" | cat -e
17$
$ go run . "hi" | cat -e
2$
$ go run . | cat -e
0$
```

Loading…
Cancel
Save