Skip to content

Instantly share code, notes, and snippets.

@rajiv-singaseni
Created August 4, 2011 17:03
Show Gist options
  • Save rajiv-singaseni/1125639 to your computer and use it in GitHub Desktop.
Save rajiv-singaseni/1125639 to your computer and use it in GitHub Desktop.
Hello world basic program in java
public class HelloWorld {
public static void main(String str[]) {
System.out.println("Hello world");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment