Skip to content

Instantly share code, notes, and snippets.

@fboeller
Last active August 8, 2019 19:10
Show Gist options
  • Save fboeller/9407828a86c038544f3806c57d2c38a5 to your computer and use it in GitHub Desktop.
Save fboeller/9407828a86c038544f3806c57d2c38a5 to your computer and use it in GitHub Desktop.
interface Shape {
double perimeter();
double area();
double diameter();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment