public class A { public static void main(String []argv) { new B.C("abc"); } }