Skip to content

Instantly share code, notes, and snippets.

@ataulm
Created August 10, 2018 11:00
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 ataulm/b4fd35e13482d1e052bcdbf3fa9de25b to your computer and use it in GitHub Desktop.
Save ataulm/b4fd35e13482d1e052bcdbf3fa9de25b to your computer and use it in GitHub Desktop.
val square = { value: Int -> value * value }
println(square(5)) // prints 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment