public class TestFor1{
   public static void main(String[] args) {
      for ( ; ; )
         System.out.println("******");
   }
}
