commit 53dc12e637bba94227e54a07e2442f63ad049a2c Author: dacomerico07 Date: Fri Jun 12 13:58:45 2026 -0500 Proyecto base parcial diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..cefe1f7 --- /dev/null +++ b/pom.xml @@ -0,0 +1,13 @@ + + + 4.0.0 + com.mycompany + parcial-imc-base + 1.0-SNAPSHOT + jar + + UTF-8 + 21 + com.mycompany.parcial.imc.base.Parcialimc + + \ No newline at end of file diff --git a/src/main/java/com/mycompany/parcial/imc/base/Parcialimc.java b/src/main/java/com/mycompany/parcial/imc/base/Parcialimc.java new file mode 100644 index 0000000..877f7d5 --- /dev/null +++ b/src/main/java/com/mycompany/parcial/imc/base/Parcialimc.java @@ -0,0 +1,16 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + */ + +package com.mycompany.parcial.imc.base; + +/** + * + * @author DANIEL + */ +public class Parcialimc { + + public static void main(String[] args) { + System.out.println("Hello World!"); + } +}