blob: 23b4baa5570e09bb4aa921f9daafdb2331726445 [file] [log] [blame]
public class Test {
public static final String CONST = "const";
public static void main(String[] args){
System.out.println(CONST);
}
}