Skip to content

Commit

Permalink
这是第二次修改
Browse files Browse the repository at this point in the history
  • Loading branch information
332931861 committed Mar 22, 2019
1 parent 689fb08 commit c92cff0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/org/csource/common/Test1.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package org.csource.common;

public class Test1 {
public static void main(String[] args) {
System.out.println(666);
}

}
1 change: 1 addition & 0 deletions src/test/java/org/t1/1.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
1
2
3

3 comments on commit c92cff0

@332931861
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

666

@332931861
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

333

@332931861
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

888

Please sign in to comment.