2 Commits 658b9f5a91 ... 4ab6d87c57

Auteur SHA1 Message Date
  陈思斌 4ab6d87c57 ;l il y a 6 ans
  陈思斌 b10790ea67 123 il y a 6 ans
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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!!!!");
 	}
 }