coomit inicial

This commit is contained in:
250410
2025-11-06 09:10:02 +00:00
commit cd7626ba0b
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.primeirogit;
/**
*
* @author 250410
*/
public class Primeirogit {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}