This commit is contained in:
liangweidong 2024-07-12 16:08:28 +08:00
parent c572c4b6ba
commit 046551bd44

View File

@ -2,4 +2,7 @@ public class Test {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
public void test1(){
}
}