Skip to content

Instantly share code, notes, and snippets.

@harryhan24
Last active June 1, 2018 16:39
Show Gist options
  • Select an option

  • Save harryhan24/db7fc41c0fed24919a6521dc7e9bc264 to your computer and use it in GitHub Desktop.

Select an option

Save harryhan24/db7fc41c0fed24919a6521dc7e9bc264 to your computer and use it in GitHub Desktop.
medium용
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