Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 18, 2019 17:19
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/0167a9665eedfcd43d8cebbec00e6c4b to your computer and use it in GitHub Desktop.
Save parzibyte/0167a9665eedfcd43d8cebbec00e6c4b to your computer and use it in GitHub Desktop.
Funciones en Kotlin https://parzibyte.me/blog
fun nombre_de_la_función(argumento: Tipo, otroArgumento: OtroTipo, ...): TipoDeValorQueDevuelve{
// Cuerpo de la función
return UnValor
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment