Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created August 3, 2019 13:48
Show Gist options
  • Save vamsitallapudi/70f0b5c4fa4cfeab0857a8c535d28798 to your computer and use it in GitHub Desktop.
Save vamsitallapudi/70f0b5c4fa4cfeab0857a8c535d28798 to your computer and use it in GitHub Desktop.
//Lambda Expression
val areaOfRectangle = { length: Int, breadth: Int -> (length * breadth) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment