Skip to content

Instantly share code, notes, and snippets.

@robyoung
Created June 17, 2012 14:58
Show Gist options
  • Save robyoung/2944750 to your computer and use it in GitHub Desktop.
Save robyoung/2944750 to your computer and use it in GitHub Desktop.
Greeting Step One
greet_me("Rob")
Hello, Rob
greet_me("Mum")
Hello, Mum
greet_me("Prime Minister")
Hello, Prime Minister
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment