Skip to content

Commit c92cff0

Browse files
committed
这是第二次修改
1 parent 689fb08 commit c92cff0

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package org.csource.common;
2+
3+
public class Test1 {
4+
public static void main(String[] args) {
5+
System.out.println(666);
6+
}
7+
8+
}

src/test/java/org/t1/1.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
1
22
2
3+
3

0 commit comments

Comments
 (0)