1 2 3 4 5 6
import static a.b.c.A.m; public class I1 { public static void main(String []argv) { m(); } }