Browse Source

Fixed bash syntax for ARG

content-update
azamatamirzhan 4 years ago committed by GitHub
parent
commit
c7a49deb9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/push-swap/push-swap.audit.en.md

4
subjects/push-swap/push-swap.audit.en.md

@ -73,11 +73,11 @@ OK
#### General
##### Try to run `"$ARG=("<100 random numbers>"); ./push_swap $ARG"` with 100 random different numbers instead of the tag.
##### 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?
##### 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.
##### 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.
```
OK

Loading…
Cancel
Save