public class Main { public static void println() { System.out.println(); } public static void main( String[] args ) { println(); } }