diff --git a/subjects/canyoucount/README.md b/subjects/canyoucount/README.md new file mode 100644 index 00000000..dbc1962e --- /dev/null +++ b/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 $ +```