@@ -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!!!!");
}