From ce2fa4f06b237557eb8aa004429f739ab7737b0f Mon Sep 17 00:00:00 2001 From: Ihab Date: Tue, 15 Feb 2022 18:06:16 +0000 Subject: [PATCH] Update README.md --- subjects/push-swap/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/push-swap/audit/README.md b/subjects/push-swap/audit/README.md index 6dd990a0..000f181c 100644 --- a/subjects/push-swap/audit/README.md +++ b/subjects/push-swap/audit/README.md @@ -80,7 +80,7 @@ OK ##### Try to run `"ARG=("<100 random numbers>"); ./push-swap $ARG"` with 100 random different numbers instead of the tag. -###### +Does it display less than 700 commands? +###### [+] Does it display less than 700 commands? ##### Try to run `"ARG=("<100 random numbers>"); ./push-swap $ARG | ./checker $ARG"` with the same 100 random different numbers as before instead of the tag. @@ -88,7 +88,7 @@ OK OK ``` -###### +Does it display the correct result as above? +###### [+] Does it display the correct result as above? #### Basic