Skip to content

Instantly share code, notes, and snippets.

@Slike9
Last active August 29, 2015 14:08
Show Gist options
  • Save Slike9/d0df7687277e4dc09908 to your computer and use it in GitHub Desktop.
Save Slike9/d0df7687277e4dc09908 to your computer and use it in GitHub Desktop.
test-md-gist

Hello

World

require 'rubygems'

def print_hello
  puts "Hello, World"
end

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