From 5cbf005b3b45e45ae76a3e2ec24bac70ede5c28b Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Sun, 19 Jun 2022 23:16:29 +0100 Subject: [PATCH] Update README.md --- subjects/printascii/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/printascii/README.md b/subjects/printascii/README.md index 101a55f72..01ff998cd 100644 --- a/subjects/printascii/README.md +++ b/subjects/printascii/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that prints the ASCII value of a letter passed +Write a program that prints the ASCII value of a letter passed in the command line - If the argument is not a letter nothing will be printed - if the number of arguments is not 1 then nothing will be printed