commit 37126950e9aea22e1b368c06588844f693184613 Author: 250418 <250418@THINKPAD18.epvc2.local> Date: Thu Nov 13 15:57:17 2025 +0000 COMMIT INICIAL diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..a6348bc --- /dev/null +++ b/pom.xml @@ -0,0 +1,13 @@ + + + 4.0.0 + com.mycompany + GIT1 + 1.0-SNAPSHOT + jar + + UTF-8 + 24 + com.mycompany.git1.GIT1 + + \ No newline at end of file diff --git a/src/main/java/com/mycompany/git1/GIT1.java b/src/main/java/com/mycompany/git1/GIT1.java new file mode 100644 index 0000000..fa612c9 --- /dev/null +++ b/src/main/java/com/mycompany/git1/GIT1.java @@ -0,0 +1,16 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + */ + +package com.mycompany.git1; + +/** + * + * @author 250418 + */ +public class GIT1 { + + public static void main(String[] args) { + System.out.println("Hello World!"); + } +}