Comit inicial

This commit is contained in:
250408
2025-11-06 09:09:58 +00:00
commit 1ec7e527a1
2 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
*/
package com.mycompany.primeiro_git;
/**
*
* @author 250408
*/
public class Primeiro_Git {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}