Añadir tres clases propias

This commit is contained in:
Christopher Alessandro Rodriguez Salazar 2025-02-14 09:51:30 -06:00
parent 6cdeed023a
commit e27aa8a9e6
3 changed files with 9 additions and 0 deletions

3
src/Computadora.java Normal file
View File

@ -0,0 +1,3 @@
public class Computadora {
}

3
src/Pelota.java Normal file
View File

@ -0,0 +1,3 @@
public class Pelota {
}

3
src/Perro.java Normal file
View File

@ -0,0 +1,3 @@
public class Perro {
}