Created
October 6, 2009 22:19
-
-
Save kotp/203507 to your computer and use it in GitHub Desktop.
Short Introduction on what gist is
This file contains hidden or 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
=begin | |
You create your code here, and then click on paste... and then others can get | |
the link that is created, and can potentially fork it and make changes to | |
their own versions. | |
=end | |
def hello_world | |
"Hello, world!" | |
end | |
=begin | |
It also lets you download the file, so it makes it nice for code sharing, as | |
well. | |
=end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment