Browse Source

Prueba

master
jandroalbus 2 years ago
commit
79e914fcb3
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      src/HolaMundoIntellij.java

+ 7
- 0
src/HolaMundoIntellij.java View File

@ -0,0 +1,7 @@
public class HolaMundoIntellij {
public static void main(String[] args) {
System.out.println("¡Hola Mundo!");
}
}

Loading…
Cancel
Save