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/8e0c0a2ea9ba6fa34e3649cef9fb8c49 to your computer and use it in GitHub Desktop.
Save rudrathegreat/8e0c0a2ea9ba6fa34e3649cef9fb8c49 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