Skip to content

Commit

Permalink
my demo commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mcy committed Jan 18, 2020
1 parent a8d22d4 commit 6a139b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions demo/src/main/java/demo.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ public static void main(String[] args) {
System.out.println("git");
System.out.println("git");
}

public void test() {
System.out.println("hello git");

}
}

0 comments on commit 6a139b3

Please sign in to comment.