From f2414169000183b269abccc242962a9bf8e82037 Mon Sep 17 00:00:00 2001 From: awinx Date: Fri, 21 Feb 2025 17:25:20 +0800 Subject: [PATCH] init --- .idea/misc.xml | 3 +++ test.py | 1 + 2 files changed, 4 insertions(+) create mode 100644 test.py diff --git a/.idea/misc.xml b/.idea/misc.xml index 9e17544..63dea8e 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,7 @@ + + \ No newline at end of file diff --git a/test.py b/test.py new file mode 100644 index 0000000..46591b5 --- /dev/null +++ b/test.py @@ -0,0 +1 @@ +print('this is a test') \ No newline at end of file