From e5007cc8cd04252b8e86cc9f3295b893760df3e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 10 Jun 2025 09:28:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20=E8=87=AA=E5=8A=A8=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/test.py b/src/test.py index f69ea9712..723f2eda5 100644 --- a/src/test.py +++ b/src/test.py @@ -1,8 +1,11 @@ def foo(): pass + + def main(): - a=1 print(2) + + if __name__ == "__main__": main()