Skip to content

Instantly share code, notes, and snippets.

@tonyklawrence
Created June 17, 2012 15:43
Show Gist options
  • Save tonyklawrence/2944901 to your computer and use it in GitHub Desktop.
Save tonyklawrence/2944901 to your computer and use it in GitHub Desktop.
Java
public static void main(String[] args) {
String something = "better";
System.out.println(something);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment