Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ezequieloliveiralima/6a506401181ca7e08f3d086ea97e9fd8 to your computer and use it in GitHub Desktop.
Save ezequieloliveiralima/6a506401181ca7e08f3d086ea97e9fd8 to your computer and use it in GitHub Desktop.
var matador = Cachorro(nome: "Matador", raca: "Chihuahua")
var gerlandio = Pessoa(nome: "Gerlandio", cachorros: [])
gerlandio.tem(maisUm: matador)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment