Browse Source

docs(sumascii): fix subject

- fix indentation
DEV-4017-prototypes-exercise-1-animals
jrosendo 2 years ago committed by José Rosendo
parent
commit
1cb6a5ea01
  1. 4
      subjects/sumascii/README.md

4
subjects/sumascii/README.md

@ -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

Loading…
Cancel
Save