docs(sumascii): fix subject

- fix indentation
This commit is contained in:
jrosendo 2022-11-09 10:45:15 +00:00 committed by José Rosendo
parent e202c2ca27
commit 1cb6a5ea01
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@
### Instructions
Create a program that receives an argument and displays the sum of the ASCII value of each character. The sum will be a number representing the value after the sum of the bytes. If there is an invalid input print 0.
Create a program that receives an argument and displays the sum of the ASCII value of each character. The sum will be a number representing the value after the sum of the bytes.
- If there is an invalid input print `0`.
### Usage