public class Clear { public static void main (String[] args) { System.out.print("\033[2J"); } }