COMMIT INICIAL

This commit is contained in:
250418
2025-11-13 15:57:17 +00:00
commit 37126950e9
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.git1;
/**
*
* @author 250418
*/
public class GIT1 {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}