main #21

Merged
jk_yinzy merged 2 commits from testuser/testuser-adsfasdfsadf:main into main 2025-12-05 18:20:14 +08:00

View File

@ -5,4 +5,8 @@ import static org.junit.jupiter.api.Assertions.*;
public class AppTest {
@Test public void testGreet() { App app = new App(); assertEquals("Hello, World!", app.greet()); }
@Test
public void test1() {
int a = 5;
}
}