From 4759a299b8f901bc4bc5f8ac796ba0fcb9dff4e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=E4=B8=B6L?= <14279392+yinlin168@user.noreply.gitee.com> Date: Wed, 16 Oct 2024 03:06:44 +0000 Subject: [PATCH] add oh/test.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Y丶L <14279392+yinlin168@user.noreply.gitee.com> --- oh/test.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 oh/test.py diff --git a/oh/test.py b/oh/test.py new file mode 100644 index 0000000..e37b8fe --- /dev/null +++ b/oh/test.py @@ -0,0 +1,2 @@ + +print("Hello World!") \ No newline at end of file -- Gitee