From 924714d0e2204fd57586a914e967b79293adfd46 Mon Sep 17 00:00:00 2001 From: IrisVega Date: Mon, 8 Jul 2024 11:08:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 app.py diff --git a/app.py b/app.py new file mode 100644 index 0000000..1dc45ac --- /dev/null +++ b/app.py @@ -0,0 +1 @@ +print("Hello World!") \ No newline at end of file