ex 12 completo

master
250418 2025-11-13 16:05:07 +00:00
parent 37126950e9
commit bdf48d1131
1 changed files with 10 additions and 2 deletions

View File

@ -9,8 +9,16 @@ package com.mycompany.git1;
* @author 250418
*/
public class GIT1 {
/**************
*
*
*
***************/
// public static void main(String[] args) {
// System.out.println("Hello World!");
// }
//}
public static void main(String[] args) {
System.out.println("Hello World!");
}
}