Skip to content

Instantly share code, notes, and snippets.

@igalata
Created July 27, 2017 08:44
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 igalata/5196b18dc1fc94087c714237d2fbd4a1 to your computer and use it in GitHub Desktop.
Save igalata/5196b18dc1fc94087c714237d2fbd4a1 to your computer and use it in GitHub Desktop.
enum class ShapeType {
CIRCLE, RECTANGLE, TRIANGLE, NONE
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment