Compare commits

...

2 Commits

Author SHA1 Message Date
RictalLime 015ab67f5a Merge branch 'main' of https://git.gumoio.com/santiago.martinez/asciitest 2025-02-14 09:24:21 -06:00
RictalLime 668d380016 Añadir carpeta src Santiago 2025-02-14 09:23:38 -06:00
3 changed files with 9 additions and 0 deletions

3
src/Coche.java Normal file
View File

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

3
src/Libro.java Normal file
View File

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

3
src/Persona.java Normal file
View File

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