From 87f3629657c7d6a1a0a82910af88c233dec01ce3 Mon Sep 17 00:00:00 2001 From: dev weycloud Date: Thu, 16 Sep 2021 19:25:40 +0200 Subject: [PATCH] first commit --- README.md | 0 hello.py | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 README.md create mode 100644 hello.py 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