This commit is contained in:
2023-06-06 11:40:05 +02:00
parent 7fe484d94e
commit d9437e766d
4 changed files with 51 additions and 3 deletions

View File

@@ -10,5 +10,5 @@ impl Perro {
fn main() {
let perro = Perro::nuevo(98, 87);
println!("{} {}", perro.edad, perro.peso)
println!("{} {}", perro.edad, perro.peso);
}