Skip to content

Instantly share code, notes, and snippets.

@amaotone
Created September 24, 2016 14:06
Show Gist options
  • Select an option

  • Save amaotone/bf762d5bb0e91151df17abb24600ba64 to your computer and use it in GitHub Desktop.

Select an option

Save amaotone/bf762d5bb0e91151df17abb24600ba64 to your computer and use it in GitHub Desktop.
sample python program
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