Main { public static void main(String args[]) throws Exception {{ History m = History.parse(System.in); m.print(); System.out.println(" done "); }} } History { void print() to * (PrintVisitor); }