Skip to content

Instantly share code, notes, and snippets.

@kotp
Created October 6, 2009 22:19
Show Gist options
  • Save kotp/203507 to your computer and use it in GitHub Desktop.
Save kotp/203507 to your computer and use it in GitHub Desktop.
Short Introduction on what gist is
=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