From 1cb6a5ea01f67c0240adccbdfe2d28e8b741b7e6 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Wed, 9 Nov 2022 10:45:15 +0000 Subject: [PATCH] docs(sumascii): fix subject - fix indentation --- subjects/sumascii/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/subjects/sumascii/README.md b/subjects/sumascii/README.md index acafd327..9163e635 100644 --- a/subjects/sumascii/README.md +++ b/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