Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 18, 2019 18:10
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/591e1d06740e204b766ac8508fe381d2 to your computer and use it in GitHub Desktop.
Save parzibyte/591e1d06740e204b766ac8508fe381d2 to your computer and use it in GitHub Desktop.
fun agregarPostAlBlog(id: Int, autor: String, titulo: String, contenido: String, fechaCreacion: String, permiteComentarios: Boolean, conteoComentarios: Int){
// Aquí crear el post ;)
}
agregarPostAlBlog(1, "parzibyte", "Funciones en Kotlin", "Bla bla", "2019-07-18", false, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment