Created
July 7, 2013 08:18
-
-
Save abshingate/5942774 to your computer and use it in GitHub Desktop.
HelloGist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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