ex 12 completo
parent
37126950e9
commit
bdf48d1131
|
|
@ -9,8 +9,16 @@ package com.mycompany.git1;
|
||||||
* @author 250418
|
* @author 250418
|
||||||
*/
|
*/
|
||||||
public class GIT1 {
|
public class GIT1 {
|
||||||
|
/**************
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*
|
||||||
|
***************/
|
||||||
|
// public static void main(String[] args) {
|
||||||
|
// System.out.println("Hello World!");
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
System.out.println("Hello World!");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue