From 61f2b9550f590e25f67efbe2495bfe2a792b52f2 Mon Sep 17 00:00:00 2001 From: jrosendo Date: Mon, 21 Nov 2022 15:01:23 +0000 Subject: [PATCH] docs(sumascii): ran prettier format --- subjects/sumascii/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/sumascii/README.md b/subjects/sumascii/README.md index ada5dbca..f754b6bd 100644 --- a/subjects/sumascii/README.md +++ b/subjects/sumascii/README.md @@ -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`.