public class test {
public static void main() {
	Integer i;
	if(i==null) System.out.println("Cool beans");
}
}

