diff --git a/subjects/sorted_arg/README.md b/subjects/sorted_arg/README.md index 5d8e9a7dc..7e7254c5c 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