Skip to content

Instantly share code, notes, and snippets.

@yask123
Created August 9, 2013 17:42
Show Gist options
  • Save yask123/6195548 to your computer and use it in GitHub Desktop.
Save yask123/6195548 to your computer and use it in GitHub Desktop.
public class test
{
public void run()
{
System.out.println("Hello World");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment