2 次代码提交 8a9742f49e ... 89ec4aa979

作者 SHA1 备注 提交日期
  pinochio 89ec4aa979 11111 6 年之前
  pinochio aab7f249d0 chengg 6 年之前
共有 1 个文件被更改,包括 1 次插入1 次删除
  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("99999999");
+		System.out.println("11111");
 	}
 }