Skip to content

Commit

Permalink
改变
Browse files Browse the repository at this point in the history
  • Loading branch information
O0O0O0O00O committed Jul 13, 2020
0 parents commit e0c468e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TCP1/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions git-test-project/src/main/java/FirstClass.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import java.io.IOException;

public class FirstClass {
public static void main(String[] agrs) throws IOException{
System.out.println("hello git project");
}
}
5 changes: 5 additions & 0 deletions git-test/src/main/java/test.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class test {
public static void main(String[] args){
System.out.println("hello world");
}
}

0 comments on commit e0c468e

Please sign in to comment.