Primer ejemplo

This commit is contained in:
03jossellin-herrera-rodriguez 2024-02-28 07:38:42 -06:00
commit 6e91298112
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Project/Maven2/JavaApp/src/main/java/${packagePath}/${mainClassName}.java to edit this template
*/
package com.mycompany.primero;
/**
*
* @author Jossellin
*/
public class Primero {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}