Created
May 18, 2017 07:08
-
-
Save goindwalia/8c87d8b3ab231b9a3978790e2786ca93 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
| 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