import java.io.*; import java.lang.*; class jojo { public static void main(String args[]) throws IOException { romeo burin = new romeo(); String ar[] = {"oho","wow"}; burin.main(ar); burin.cookkoo(10,10); System.out.println(burin.world(1000)); } }