mirror of
https://gitlab.com/tutorial-java-rafa-munoz/tutorial-java-2024-25/tutorialjava2024-25.git
synced 2025-11-09 18:03:09 +01:00
first commit
This commit is contained in:
@@ -3,7 +3,7 @@ package tutorialJava.capitulo1_io_tipos_y_operaciones;
|
|||||||
public class Ejemplo01_HolaMundo {
|
public class Ejemplo01_HolaMundo {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Hola 1º DAW");
|
System.out.println("Hola Mundo");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user