Created
September 18, 2019 07:53
-
-
Save MithraTalluri/4a29f7bac218afeff1d19be0e2797935 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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