Commit 5ee77d45 by Marcos Echague

Update Ejercicio03.java

parent c714720b
/**
* Ejercicio03
*/
public class Ejercicio03 {
public static void main(String[] args) {
String nombre = "Hugo";
System.out.println("Bienvenido "+nombre);
}
}
\ No newline at end of file
/**
* Ejercicio03
*/
public class Ejercicio03 {
public static void main(String[] args) {
String nombre = "Hugo";
System.out.println("Bienvenido "+nombre);
}
}
//mechague Excelente!
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment