test/Test.java
liangweidong c9e4be9902 test2
2024-07-15 10:10:30 +08:00

16 lines
221 B
Java

/**
* @author sb
*/
public class Test {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
public void test1(){
}
public void test2(){
}
//1111333111
}