commit 87f3629657c7d6a1a0a82910af88c233dec01ce3 Author: dev weycloud Date: Thu Sep 16 19:25:40 2021 +0200 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..9b0e73d --- /dev/null +++ b/hello.py @@ -0,0 +1,3 @@ +# https://code.visualstudio.com/docs/python/python-tutorial + +print("Hello World") \ No newline at end of file