Skip to content

Commit 6f8c26e

Browse files
author
git
committed
修改第十二天,测试GitHub使用方法
1 parent 4cf0a1b commit 6f8c26e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

day12/code/day12_String/src/cn/itcast_04/StringTest2.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@ public static void main(String[] args) {
6363
System.out.println("大写:" + bigCount);
6464
System.out.println("小写:" + smallCount);
6565
System.out.println("数字:" + numberCount);
66+
System.out.println("===============");
67+
System.out.println("结束");
6668
}
6769
}

0 commit comments

Comments
 (0)