Skip to content

Instantly share code, notes, and snippets.

@m0n4d1
Last active February 25, 2019 18:30
Show Gist options
  • Save m0n4d1/5390633977b65cbc9f873f2b56ca3815 to your computer and use it in GitHub Desktop.
Save m0n4d1/5390633977b65cbc9f873f2b56ca3815 to your computer and use it in GitHub Desktop.

Test Heading

Sub Heading

My List

  • cake
  • satilites
  • paper

Some code

ruby = "Ruby"
def greet(person)
  p "Hello #{person}!" 
end
greet(ruby) #=> "Hello Ruby!"

inline code m0n4d = "genius"

A link

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