@@ -1,5 +1,7 @@
package com.test;
public class Two {
-
+ public static void main(String[] args) {
+ System.out.println("Two");
+ }
}