From d1f82900b5dfb1040ac89850369a2ef00f2a8ef0 Mon Sep 17 00:00:00 2001 From: ZQ1 <929165370@qq.com> Date: Mon, 4 Dec 2023 16:20:33 +0800 Subject: [PATCH] commit hello.py --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..f0b303f --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print('Hello World!') \ No newline at end of file