Skip to content

Instantly share code, notes, and snippets.

@alinpopa
Created April 11, 2012 14:02
Show Gist options
  • Save alinpopa/2359488 to your computer and use it in GitHub Desktop.
Save alinpopa/2359488 to your computer and use it in GitHub Desktop.
Test.java
String value = null;
if(weather.theSunIsUp()){
value = "Nice";
}
System.out.println("The weather is " + value);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment