Skip to content

Instantly share code, notes, and snippets.

@MrRahulR
Last active June 3, 2021 19:55
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 MrRahulR/a647bc52d3ec05de75a42e1eaa3c59c1 to your computer and use it in GitHub Desktop.
Save MrRahulR/a647bc52d3ec05de75a42e1eaa3c59c1 to your computer and use it in GitHub Desktop.
Demo.java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
/*
Output :
Hello World!
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment