From caffb9679c68ca2120cb81937f9911ae0f8e086c Mon Sep 17 00:00:00 2001 From: zhangbo Date: Wed, 3 Jan 2024 15:21:30 +0800 Subject: [PATCH] test --- helloworld.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 helloworld.py diff --git a/helloworld.py b/helloworld.py new file mode 100644 index 0000000..9242505 --- /dev/null +++ b/helloworld.py @@ -0,0 +1 @@ +print("hello python world !!!")