You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class Shining{public static void main(String[] args){a();}public static void a(){for(int i=0;i<1000;i++)System.out.println("All work and no play makes Jack a dull boy.");}}