Skip to content

Instantly share code, notes, and snippets.

@saeedizadi
Last active May 29, 2019 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saeedizadi/a7cec968955aca8b99df953789988890 to your computer and use it in GitHub Desktop.
Save saeedizadi/a7cec968955aca8b99df953789988890 to your computer and use it in GitHub Desktop.
python-sample-vsc
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