Compare commits

...

1 Commits

Author SHA1 Message Date
weihu 4104efbccb add test 2023-12-26 15:17:46 +08:00
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");
}
}