2 Commits 8a9742f49e ... 89ec4aa979

Autor SHA1 Mensaje Fecha
  pinochio 89ec4aa979 11111 hace 6 años
  pinochio aab7f249d0 chengg hace 6 años
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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");
 	}
 }