master
2812875475 2024-06-10 15:32:35 +08:00
commit 8dbdff61b1
1 changed files with 14 additions and 0 deletions

View File

@ -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!");
}
}