Compare commits

...

2 Commits

Author SHA1 Message Date
b5b5d1e299 Merge pull request '添加测试2' (#24) from testuser/testuser-adsfasdfsadf:main into main
Reviewed-on: jk_yinzy/adsfasdfsadf#24
Reviewed-by: 君肯普通 <jk_yinzy@jk.com>
2025-12-05 18:38:11 +08:00
1af3d5a227 添加测试2
Signed-off-by: testuser <test@jk.com>
2025-12-05 18:36:35 +08:00

View File

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