Skip to content

Instantly share code, notes, and snippets.

@sikinmettugi
Created May 30, 2017 15:10
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 sikinmettugi/97f845d45398423ea32328a1c7664546 to your computer and use it in GitHub Desktop.
Save sikinmettugi/97f845d45398423ea32328a1c7664546 to your computer and use it in GitHub Desktop.
Sample Java code
public class Hello {
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