Skip to content

Instantly share code, notes, and snippets.

@gopinathmb
Created April 2, 2020 07:20
Show Gist options
  • Save gopinathmb/0c3f62c89e0bb32046d03633693d9a26 to your computer and use it in GitHub Desktop.
Save gopinathmb/0c3f62c89e0bb32046d03633693d9a26 to your computer and use it in GitHub Desktop.
class Main
{
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