public class T { public static void main(String[] args) throws Exception { for (;;) { for (int i = 0; i < 96000000; i++) ; Thread.sleep(10); } } }