blob: c4ed5bdde3a9a43ddb05063b1da9fd3a6d3e0966 [file] [log] [blame]
import static C.*;
import static B.*;
public class A {
public static void main(String[] args) {
System.out.println("X = " + X);
System.out.println("Z = " + Z);
}
}