Main { (@ public static void main(String args[]) throws Exception { System.out.println(" *** START *** "); A a = A.parse(System.in); // a.draw(new Black()); System.out.println(" *** DONE *** "); } @) }