From 077bae4fce92b35e5adb362da488f672d756cc62 Mon Sep 17 00:00:00 2001 From: "chaoyang.li" <15587048+chaoyan_li@user.noreply.gitee.com> Date: Mon, 24 Mar 2025 02:22:35 +0000 Subject: [PATCH] add chaoyang.li/hello.py. Signed-off-by: chaoyang.li <15587048+chaoyan_li@user.noreply.gitee.com> --- chaoyang.li/hello.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 chaoyang.li/hello.py diff --git a/chaoyang.li/hello.py b/chaoyang.li/hello.py new file mode 100644 index 0000000..ee6c2bb --- /dev/null +++ b/chaoyang.li/hello.py @@ -0,0 +1,2 @@ +print("Hello, World!") +python3 hello.py \ No newline at end of file -- Gitee