Skip to content

Instantly share code, notes, and snippets.

@kadiralev1
Created February 28, 2019 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kadiralev1/053abe251c201e404654a09f458f6dc0 to your computer and use it in GitHub Desktop.
Save kadiralev1/053abe251c201e404654a09f458f6dc0 to your computer and use it in GitHub Desktop.
let colors = Set(["red","green","blue"])
print(colors) // tamamen random sıralar.
/*
Yani ekranda
["green", "red", "blue"]
da çıkabilir
["blue", "green", "red"]
de çıkabilir
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment