chengyuhong
2023-11-17 ab33e56767266feb66284d6f104da32a8065cc91
src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -5,6 +5,6 @@
public class HelloWorldTest {
    @Test
    public void test1(){
        System.out.println("hello test....44");
        System.out.println("hello test....0");
    }
}