Skip to content

Instantly share code, notes, and snippets.

@akoumjian
Created October 2, 2011 03:48
Show Gist options
  • Save akoumjian/1257014 to your computer and use it in GitHub Desktop.
Save akoumjian/1257014 to your computer and use it in GitHub Desktop.
Hello World
def hello(foo):
"""Testing Github gist to see how embedding works."""
foo += 5
return foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment