Skip to content

Instantly share code, notes, and snippets.

@koyudoon
Created February 12, 2014 11:49
Show Gist options
  • Save koyudoon/8954096 to your computer and use it in GitHub Desktop.
Save koyudoon/8954096 to your computer and use it in GitHub Desktop.
#! /usr/bin/python
# coding: utf-8
def HelloWorld():
print 'hello world'
if __name__ == '__main__':
HelloWorld()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment