Skip to content

Instantly share code, notes, and snippets.

@jogHar
Created January 24, 2019 11:16
Show Gist options
  • Save jogHar/e274e4f28ae66ffd9da48e8b8cdd17bf to your computer and use it in GitHub Desktop.
Save jogHar/e274e4f28ae66ffd9da48e8b8cdd17bf to your computer and use it in GitHub Desktop.
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