import static ClassA.Nest; class Samp01 { public static void main(String[] args){ Nest n = new Nest(); n.print(); } }