Skip to content

Instantly share code, notes, and snippets.

@robsonsky
Created June 24, 2019 21:48
Show Gist options
  • Save robsonsky/04644b833ae840ff1f758ac9042e6e89 to your computer and use it in GitHub Desktop.
Save robsonsky/04644b833ae840ff1f758ac9042e6e89 to your computer and use it in GitHub Desktop.
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