Skip to content

Instantly share code, notes, and snippets.

@csquared
Created September 15, 2011 07:24
Show Gist options
  • Save csquared/1218731 to your computer and use it in GitHub Desktop.
Save csquared/1218731 to your computer and use it in GitHub Desktop.
Java is fun
/* JAVAAAA */
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