mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
212 B
13 lines
212 B
2 years ago
|
## 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 $
|
||
|
```
|