Skip to content

Instantly share code, notes, and snippets.

@lululau
Created February 24, 2012 17:20
Show Gist options
  • Save lululau/1902165 to your computer and use it in GitHub Desktop.
Save lululau/1902165 to your computer and use it in GitHub Desktop.
Gist Test
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment