Skip to content

Instantly share code, notes, and snippets.

@rudrathegreat
Created September 15, 2019 10:44
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 rudrathegreat/7b17a0baa1f6f0ef7087e2755dd8092b to your computer and use it in GitHub Desktop.
Save rudrathegreat/7b17a0baa1f6f0ef7087e2755dd8092b to your computer and use it in GitHub Desktop.
My first Java Program
public class Sample
{
public static void main(String[] args)
{
System.out.println("Welcome to Java");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment