From d6544fb2db2ad4966625622936082ac0b6b931ac Mon Sep 17 00:00:00 2001 From: Hamza elkhatri <40549481+Hamzaelkhatri@users.noreply.github.com> Date: Tue, 14 Jun 2022 14:32:40 +0100 Subject: [PATCH] Update README.md --- subjects/paramrange/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/subjects/paramrange/README.md b/subjects/paramrange/README.md index fa3d8da7..c0743cc4 100644 --- a/subjects/paramrange/README.md +++ b/subjects/paramrange/README.md @@ -2,10 +2,10 @@ ### instructions -- Write a program that takes a number in the arguments and prints the max and min. - - If the number of arguments is less than 2 print (`'\n'`) - - If one of the arguments is not a number, print (`"Error\n"`) - - The output should be space-separated and (`'\n'`) at the end. +Write a program that takes a number in the arguments and prints the max and min. +- If the number of arguments is less than 2 print (`'\n'`) +- If one of the arguments is not a number, print (`"Error\n"`) +- The output should be space-separated and (`'\n'`) at the end. ### Usage ```console @@ -17,4 +17,4 @@ $ go run . -1 1 | cat -e -1 1$ $ go run . 1 a 2 3 4 5 6 7 8 9 | cat -e $ -``` \ No newline at end of file +```