package p2; import static p1.A1.foo1; import static p1.A1.foo2; import static p1.A1.foo3; import static p1.A1.foo4; import static p1.A1.foo5; public static void main(String[] args) { foo1(); foo2(); foo3(); foo4(); foo5(); print(""); }