Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 26, 2018 23:05
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/7cbdd3e9b260c0e50c2b5f5e41afb971 to your computer and use it in GitHub Desktop.
Save parzibyte/7cbdd3e9b260c0e50c2b5f5e41afb971 to your computer and use it in GitHub Desktop.
type Mascota struct{
edad int
nombre, raza string
sana bool
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment