public class NewReply
{
public static void main(String[] args)
{
while (true)
{
System.out.println("I'm not showing off!");
}
}
}
{
public static void main(String[] args)
{
while (true)
{
System.out.println("I'm not showing off!");
}
}
}