diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..727fe92 --- /dev/null +++ b/hello.py @@ -0,0 +1,2 @@ +# 打印 "Hello World!" 到控制台 +print("Hello World!") \ No newline at end of file