Skip to content

Instantly share code, notes, and snippets.

@cakoose
Created December 19, 2014 20:37
Show Gist options
  • Save cakoose/1d91ed3bd8e283b8b695 to your computer and use it in GitHub Desktop.
Save cakoose/1d91ed3bd8e283b8b695 to your computer and use it in GitHub Desktop.
def main():
print "main program"
if __name__ == "__main__":
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment