Skip to content

Instantly share code, notes, and snippets.

@abshingate
Created July 7, 2013 08:18
Show Gist options
  • Save abshingate/5942774 to your computer and use it in GitHub Desktop.
Save abshingate/5942774 to your computer and use it in GitHub Desktop.
HelloGist
/**
* Introduction to gist
*/
public class HelloGist{
public static void sayHello(){
System.out.println("Hello gist");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment