Created
April 6, 2020 21:07
-
-
Save ezequieloliveiralima/6a506401181ca7e08f3d086ea97e9fd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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