commit 6645fcf5a439af7ee41283ac49db4c289517928d Author: sebastiancc27 Date: Wed Feb 28 07:38:41 2024 -0600 Primero Ejemplo diff --git a/primero/src/primero/Primero.java b/primero/src/primero/Primero.java new file mode 100644 index 0000000..9f9f349 --- /dev/null +++ b/primero/src/primero/Primero.java @@ -0,0 +1,20 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Main.java to edit this template + */ +package primero; + +/** + * + * @author Hp + */ +public class Primero { + + /** + * @param args the command line arguments + */ + public static void main(String[] args) { + // TODO code application logic here + } + +}