docs(sumascii): ran prettier format

This commit is contained in:
jrosendo 2022-11-21 15:01:23 +00:00 committed by José Rosendo
parent 6ad8474527
commit 61f2b9550f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
### Instructions
Create a program that receives an argument and displays the byte sum in decimal format, of the ASCII value of each character. The sum will be a number representing the value after the sum of the bytes.
Create a program that receives an argument and displays the byte sum in decimal format, 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`.