package com.test; public class TestGit { public static void main(String[] args) { System.out.println("One Two Three"); } }