This commit is contained in:
weihu 2023-12-26 15:17:46 +08:00
parent 94c2a2875f
commit 4104efbccb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ public class Test {
@org.junit.jupiter.api.Test
public void test() {
System.out.println("hahah");
System.out.println("hahahaaa");
}
}