陈思斌 6 vuotta sitten
vanhempi
commit
b10790ea67
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 class TestGit {
 	public static void main(String[] args) {
 	public static void main(String[] args) {
-		System.out.println("One Two Three Four");
+		System.out.println("One Two Three Four!");
 	}
 	}
 }
 }