diff --git a/holamundo b/holamundo new file mode 100644 index 0000000..bab97cc --- /dev/null +++ b/holamundo @@ -0,0 +1,8 @@ +public class Principal { + + public static void main(String[] args) { + // TODO Auto-generated method stub + System.out.println("hola mundo"); + } + +}