Skip to content

Instantly share code, notes, and snippets.

@sreedharbukya
Created September 26, 2018 01:39
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 sreedharbukya/cbb9b2aa9a7ff189bb81514472889c41 to your computer and use it in GitHub Desktop.
Save sreedharbukya/cbb9b2aa9a7ff189bb81514472889c41 to your computer and use it in GitHub Desktop.
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