Browse Source

docs: Add readme for canyoucount subject #1258

1258-canyoucount
estlop 2 years ago
parent
commit
a59acdbb2c
  1. 12
      subjects/canyoucount/README.md

12
subjects/canyoucount/README.md

@ -0,0 +1,12 @@
## canyoucount
### Instructions
Your program will receive some arguments. Count how many characters they have in total and print them.
### Usage
```console
$ go run . "hello" "how are you?" | cat -e
17 $
```
Loading…
Cancel
Save