Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created August 3, 2019 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vamsitallapudi/6aab1dbdddaeef1b4470a6b7e9f2f824 to your computer and use it in GitHub Desktop.
Save vamsitallapudi/6aab1dbdddaeef1b4470a6b7e9f2f824 to your computer and use it in GitHub Desktop.
//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