package d; import b.B; public class JavaMain { public static void main(String[] args) { System.out.println(new B().ok()); } }