commit 8dacd01971f56486ceb21aed50279c8cfffe5fec Author: 250413 <250413@localhost> Date: Thu Nov 6 09:09:43 2025 +0000 comit inicial diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..dd84f00 --- /dev/null +++ b/pom.xml @@ -0,0 +1,13 @@ + + + 4.0.0 + com.mycompany + primeiroGit + 1.0-SNAPSHOT + jar + + UTF-8 + 24 + com.mycompany.primeirogit.PrimeiroGit + + \ No newline at end of file diff --git a/src/main/java/com/mycompany/primeirogit/PrimeiroGit.java b/src/main/java/com/mycompany/primeirogit/PrimeiroGit.java new file mode 100644 index 0000000..cb8bb8c --- /dev/null +++ b/src/main/java/com/mycompany/primeirogit/PrimeiroGit.java @@ -0,0 +1,16 @@ +/* + * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license + */ + +package com.mycompany.primeirogit; + +/** + * + * @author 250413 + */ +public class PrimeiroGit { + + public static void main(String[] args) { + System.out.println("Hello World!"); + } +}