Skip to content

Instantly share code, notes, and snippets.

@harshpme
Created November 9, 2015 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harshpme/22631c86cff1c1bf0cf6 to your computer and use it in GitHub Desktop.
Save harshpme/22631c86cff1c1bf0cf6 to your computer and use it in GitHub Desktop.
class Hello{
public static void main(String a[]){
System.out.println("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment