blob: 25be7d66bb6ee6661f154fd901f2f52c2b9c3119 [file] [log] [blame]
public class FooPropertyPrinter {
public static void main(String[] args) {
System.out.print(System.getProperty("foo"));
}
}