Created
August 3, 2019 13:57
-
-
Save vamsitallapudi/6aab1dbdddaeef1b4470a6b7e9f2f824 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
//simplified version | |
val areaOfRectangleSimplified: (Int, Int) -> Int = { length, breadth -> length * breadth } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment