blob: ccf17f812df3f03806c35450336a7e3cdf6f7aa5 [file] [log] [blame]
package constants;
public class PrintConst {
public static void main(String[] args) {
System.out.println(B.CONST_B_2);
}
}