From f0dede7d26f837d5d1a91df4bfdb9214d00d3b3a Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Fri, 22 Jul 2022 16:51:31 +0100 Subject: [PATCH] corrected --- subjects/argsort/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/subjects/argsort/README.md b/subjects/argsort/README.md index e0aae3e8..94c3993d 100644 --- a/subjects/argsort/README.md +++ b/subjects/argsort/README.md @@ -5,7 +5,6 @@ Write a program that checks if an argument is sorted or not. - 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. -- If there is more than one argument return a newline (`'\n'`). - If the number of arguments is not 2 do nothing. ### Usage @@ -28,4 +27,3 @@ F$ $ go run . " abc" | cat -e T$ ``` -