From ee25c523f3acf0d93f5ae1b9ee7700acc5136b5b Mon Sep 17 00:00:00 2001 From: heshaoliang <280878481@qq.com> Date: Wed, 4 Dec 2024 02:03:14 +0000 Subject: [PATCH] hsl update main.py. Signed-off-by: heshaoliang <280878481@qq.com> --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index dd4486c..9b37206 100644 --- a/main.py +++ b/main.py @@ -8,5 +8,8 @@ def main(): resp = requests.get('https://gitee.com/mktime') print(resp) +def test(): + print('Hello World!') + if __name__ == '__main__': main() \ No newline at end of file -- Gitee