Skip to content

Instantly share code, notes, and snippets.

@satomacoto
Created November 28, 2011 12:29
Embed
What would you like to do?
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