Skip to content

Commit 96cdb67

Browse files
author
git
committed
第一次对student.java修改,测试sourcetree
1 parent f7aa739 commit 96cdb67

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

day01/code/01_HelloWorld案例/Student.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@
2525
class Student {
2626
public static void main(String[] args) {
2727
System.out.println("我是学生");
28+
29+
System.out.println("第一次修改");
2830
}
2931
}

0 commit comments

Comments
 (0)