wangzilun
2023-07-27 1c894db4dc7ac1b69b887b0afa56760bfb97bda6
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....");
    }
}