Skip to content

Instantly share code, notes, and snippets.

@vishalbandre
Created September 2, 2019 12:10
Show Gist options
  • Save vishalbandre/c0ec66290f15f5ef5bd05bf8de53ee56 to your computer and use it in GitHub Desktop.
Save vishalbandre/c0ec66290f15f5ef5bd05bf8de53ee56 to your computer and use it in GitHub Desktop.
class HelloWorld {
public static void main(String args[]) {
System.out.println("Hello, Java.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment