class noname {


public static void main(String[] args)

{

noname abc123 = new noname();

abc123.main();

}

}


이거 왜 안돼요?