mirror of https://github.com/01-edu/public.git
estlop
2 years ago
committed by
José Rosendo
1 changed files with 12 additions and 0 deletions
@ -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…
Reference in new issue