Skip to content

Instantly share code, notes, and snippets.

@rohanbharadwaj
Created January 12, 2015 22:36
Show Gist options
  • Save rohanbharadwaj/b5511995c88b9ce07988 to your computer and use it in GitHub Desktop.
Save rohanbharadwaj/b5511995c88b9ce07988 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
import sys
def main():
print "Hello World"
if __name__=='__main__':
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment