Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@satomacoto
Created November 28, 2011 12:29
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 satomacoto/1400223 to your computer and use it in GitHub Desktop.
Save satomacoto/1400223 to your computer and use it in GitHub Desktop.
Hello, world!
#!/usr/bin/env python
# -*- coding: utf-8 -*-
if __name__ == '__main__':
print "Hello, world!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment