Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created July 19, 2019 10:26
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 fitomad/b5cb91252c91c80b68c7acb19c0c0b90 to your computer and use it in GitHub Desktop.
Save fitomad/b5cb91252c91c80b68c7acb19c0c0b90 to your computer and use it in GitHub Desktop.
let index = Int.random(in: 0 ..< Princesa.allCases.count)
switch Princesa.allCases[index]
{
case .elsa:
print("Elsa")
case .anna:
print("Anna")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment