Skip to content

Instantly share code, notes, and snippets.

@MithraTalluri
Created September 18, 2019 07:53
Show Gist options
  • Save MithraTalluri/4a29f7bac218afeff1d19be0e2797935 to your computer and use it in GitHub Desktop.
Save MithraTalluri/4a29f7bac218afeff1d19be0e2797935 to your computer and use it in GitHub Desktop.
fun buildRectangle(title: String, height: Int = 100, width: Int = 100) {
Rectangle(title, width, height)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment