Skip to content

Instantly share code, notes, and snippets.

@ayanonagon
Created November 16, 2015 04:57
Show Gist options
  • Select an option

  • Save ayanonagon/c1ebe2257f73e8c95e18 to your computer and use it in GitHub Desktop.

Select an option

Save ayanonagon/c1ebe2257f73e8c95e18 to your computer and use it in GitHub Desktop.
enum Shape {
case Rectangle(width: Int, height: Int)
case Circle(radius: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment