Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 18, 2019 15:45
Show Gist options
  • Save parzibyte/782da11452f393fd5fbdd98996181c76 to your computer and use it in GitHub Desktop.
Save parzibyte/782da11452f393fd5fbdd98996181c76 to your computer and use it in GitHub Desktop.
class Mascota {
private String nombre;
public Mascota(String nombre) {
this.nombre = nombre;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment