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