Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 18, 2019 19:02
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 parzibyte/6d9893837d3958553ca3cc2cf698c263 to your computer and use it in GitHub Desktop.
Save parzibyte/6d9893837d3958553ca3cc2cf698c263 to your computer and use it in GitHub Desktop.
val saludarDeNuevo = { nombre: String -> println("Hola $nombre") }
saludarDeNuevo("Luis")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment