Skip to content

Instantly share code, notes, and snippets.

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