789101112131415
/** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub B b = new B(); b.doB(); //b.go(); }