Skip to content

Instantly share code, notes, and snippets.

@sajjadyousefnia
Created September 15, 2018 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sajjadyousefnia/0e4a6c6a14b76ef26d881c481183a986 to your computer and use it in GitHub Desktop.
Save sajjadyousefnia/0e4a6c6a14b76ef26d881c481183a986 to your computer and use it in GitHub Desktop.
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