java110
2021-08-23 1d4e7dc07b0ef56d852a02ffc6f02df0d28d4549
java110-utils/src/test/java/com/java110/utils/AppTest.java
old mode 100644 new mode 100755
@@ -33,6 +33,9 @@
     */
    public void testApp()
    {
        assertTrue( true );
        String a = "1";
        System.out.printf("a=" + Integer.parseInt(a));
    }
}