Skip to content

Instantly share code, notes, and snippets.

@goindwalia
Created May 18, 2017 07:08
Show Gist options
  • Select an option

  • Save goindwalia/8c87d8b3ab231b9a3978790e2786ca93 to your computer and use it in GitHub Desktop.

Select an option

Save goindwalia/8c87d8b3ab231b9a3978790e2786ca93 to your computer and use it in GitHub Desktop.
val sum: (Int, Int) -> Int = { x, y -> x + y }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment