From c9a6392c07c3dc6e639bee30e5770c4ff5fde6a1 Mon Sep 17 00:00:00 2001 From: zainabdnaya Date: Fri, 17 Jun 2022 23:38:14 +0100 Subject: [PATCH] issirted subject --- subjects/sorted_arg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/sorted_arg/README.md b/subjects/sorted_arg/README.md index 5d8e9a7d..7e7254c5 100644 --- a/subjects/sorted_arg/README.md +++ b/subjects/sorted_arg/README.md @@ -12,7 +12,7 @@ Write a program where you define if an argument is sorted or not sorted: ### Usage -Here is a program to test your function. +And it's output should be: ```console $ go run . | cat -e