Last active
June 1, 2018 16:39
-
-
Save harryhan24/db7fc41c0fed24919a6521dc7e9bc264 to your computer and use it in GitHub Desktop.
medium용
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
| fun print(body: (Int, Int) -> Int) { | |
| println(body(5, 5)) | |
| } | |
| print({a,b-> a}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment