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