Created
June 24, 2019 21:48
-
-
Save robsonsky/04644b833ae840ff1f758ac9042e6e89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if n < 1 || n > 100 { | |
print("Please, enter a valid array (1 to 100 items).") | |
return 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment