Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created May 21, 2019 14:13
Show Gist options
  • Save AppleCEO/e1f0f77751c709e54b545d8934f07dce to your computer and use it in GitHub Desktop.
Save AppleCEO/e1f0f77751c709e54b545d8934f07dce to your computer and use it in GitHub Desktop.
Planet
enum Planet {
case mercury, venus, earth, mars, jupiter, saturn, uranus, neptune
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment