Primero Ejemplo

This commit is contained in:
sebastiancc27 2024-02-28 07:45:58 -06:00
parent 6645fcf5a4
commit ea133beffc
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ public class Primero {
*/ */
public static void main(String[] args) { public static void main(String[] args) {
// TODO code application logic here // TODO code application logic here
System.out.println("hola");
} }
} }