From 5d30ccdb24f329404be934207822e4341b522766 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Tue, 8 Nov 2022 16:02:17 +0000 Subject: [PATCH] docs(canyoucount): fix subject --- subjects/canyoucount/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subjects/canyoucount/README.md b/subjects/canyoucount/README.md index ac33a064c..7698c0844 100644 --- a/subjects/canyoucount/README.md +++ b/subjects/canyoucount/README.md @@ -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