Skip to content

Instantly share code, notes, and snippets.

@di
Created September 15, 2010 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save di/580123 to your computer and use it in GitHub Desktop.
Save di/580123 to your computer and use it in GitHub Desktop.
Description of a test gist. This is a test gist. Do not adjust your internet
#!/usr/bin/python
# Gist-test by Dustin Ingram
def main() :
print "%s,%s" % ('Hello', 'World')
if __name__ == "__main__" :
main() :

Test!

How about a list?

  • Test
  • Test

Here's some code:

#!/usr/bin/python
# Gist-test by Dustin Ingram

def main() :
    print "%s,%s" % ('Hello', 'World')

if __name__ == "__main__" :
    main() :

blah

test

@di
Copy link
Author

di commented Sep 15, 2010

Comment comment comment!

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