Skip to content

Instantly share code, notes, and snippets.

@boddhisattva
Last active August 27, 2015 11:36
Show Gist options
  • Save boddhisattva/b229ae878d5a90c74611 to your computer and use it in GitHub Desktop.
Save boddhisattva/b229ae878d5a90c74611 to your computer and use it in GitHub Desktop.
A sample markdown file to help explain the advantages of using markdown syntax
puts "hi"

a = [4,3,2]

a.each do |each_argument|
  puts each_argument
end

this is a link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment