Created
September 15, 2018 16:40
-
-
Save sajjadyousefnia/0e4a6c6a14b76ef26d881c481183a986 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 = { x: Int, y: Int -> x + y } | |
val action = { println(42) } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment