Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 11, 2019 01:55
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/8c780fb33959f6f9c271603d1bc9992e to your computer and use it in GitHub Desktop.
Save parzibyte/8c780fb33959f6f9c271603d1bc9992e to your computer and use it in GitHub Desktop.
fun main(argumentos: Array<String>) {
val mascota = Mascota("Maggie")
mascota.dormir()
println("El nombre de la mascota: ${mascota.nombre}")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment