docs(canyoucount): fix subject

This commit is contained in:
jrosendo 2022-11-08 16:02:17 +00:00
parent 59641a6afd
commit 5d30ccdb24
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
### Instructions
Your program will receive some arguments. Count how many characters they have in total and print them. If the number of arguments is invalid it should print 0.
Your program will receive some arguments. Count how many characters they have in total and print them.
- If the number of arguments is invalid it should print `0`.
### Usage