2 Commits 658b9f5a91 ... 4ab6d87c57

Author SHA1 Message Date
  陈思斌 4ab6d87c57 ;l 6 years ago
  陈思斌 b10790ea67 123 6 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/com/test/TestGit.java

+ 1 - 1
src/com/test/TestGit.java

@@ -2,6 +2,6 @@ package com.test;
 
 public class TestGit {
 	public static void main(String[] args) {
-		System.out.println("One Two Three Four");
+		System.out.println("One Two Three Four!!!!");
 	}
 }