Skip to content

Instantly share code, notes, and snippets.

@markgajdosik
Created June 28, 2014 11:57
Show Gist options
  • Save markgajdosik/3c106c4610be0d3b91d7 to your computer and use it in GitHub Desktop.
Save markgajdosik/3c106c4610be0d3b91d7 to your computer and use it in GitHub Desktop.
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