master
commit
8dbdff61b1
|
@ -0,0 +1,14 @@
|
|||
package org.example;
|
||||
|
||||
/**
|
||||
* ${Description} ${NAME}
|
||||
*
|
||||
* @author WangLei
|
||||
* Date ${DATE} ${TIME}
|
||||
*/
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello world!");
|
||||
System.out.println("Hello world!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue