Skip to content

Instantly share code, notes, and snippets.

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