wangzilun
2023-07-26 0b1f8063eb65b7aa2cb1360808f8db8d53cc650b
src/test/java/com/hbbohua/gitStudy/HelloWorldTest.java
@@ -6,5 +6,6 @@
    @Test
    public void test1(){
        System.out.println("hello test....");
        System.out.println("hello test2....");
    }
}