Browse Source

docs(sumascii): ran prettier format

pull/1622/head
jrosendo 2 years ago committed by José Rosendo
parent
commit
61f2b9550f
  1. 2
      subjects/sumascii/README.md

2
subjects/sumascii/README.md

@ -2,7 +2,7 @@
### Instructions ### 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`. - If there is an invalid input print `0`.

Loading…
Cancel
Save