Skip to content

Instantly share code, notes, and snippets.

@skmangalam
Created February 12, 2018 10:47
Show Gist options
  • Select an option

  • Save skmangalam/30ac8c92ef7e5ddea0fc01bc7bcad566 to your computer and use it in GitHub Desktop.

Select an option

Save skmangalam/30ac8c92ef7e5ddea0fc01bc7bcad566 to your computer and use it in GitHub Desktop.
Hello World Java Program
public class Example {
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