添加测试2 #24

Merged
jk_yinzy merged 1 commits from testuser/testuser-adsfasdfsadf:main into main 2025-12-05 18:38:12 +08:00

View File

@ -8,6 +8,6 @@ public class AppTest {
@Test @Test
public void test1() { public void test1() {
int a = 5; int a = 5;
System.out.println(a); System.out.println("hi");
} }
} }