From 1652945c13e9f00e56d0d7d440ecae09adec9790 Mon Sep 17 00:00:00 2001 From: zainab Dnaya Date: Tue, 26 Jul 2022 16:53:19 +0100 Subject: [PATCH] Update README.md --- subjects/argsort/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/argsort/README.md b/subjects/argsort/README.md index 4d14a0ef..d82e0fa5 100644 --- a/subjects/argsort/README.md +++ b/subjects/argsort/README.md @@ -2,7 +2,7 @@ ### Instructions -Write a program that checks if an argument is sorted or not,the comparesion should be by index of ascii. +Write a program that checks if an argument is sorted or not,the comparesion should be by index of ascii and all printable characters will be used. - Your Program should return `T` followed by a newline (`'\n'`) if the argument is sorted. - Your Program should return `F` followed by a newline (`'\n'`) if the argument is not sorted.