Skip to content

Instantly share code, notes, and snippets.

@aravindc26
Created May 6, 2012 02:55
Show Gist options
  • Save aravindc26/2607199 to your computer and use it in GitHub Desktop.
Save aravindc26/2607199 to your computer and use it in GitHub Desktop.
Yet Another Hello World
public class main {
public static void main(String args[]) {
System.out.print("hello bloody world");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment