diff --git a/subjects/printascii/README.md b/subjects/printascii/README.md index 101a55f7..01ff998c 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