From dcc8c77cda07d71c1060f5bbb75991f017b89b1f Mon Sep 17 00:00:00 2001 From: HuangHai <10402852@qq.com> Date: Mon, 23 Jun 2025 15:45:16 +0800 Subject: [PATCH] 'commit' --- dsRag/.idea/RAG.iml | 2 +- dsRag/.idea/misc.xml | 7 +++++++ dsRag/.idea/vcs.xml | 6 ++++++ dsRag/T1_HelloWord.py | 2 ++ 4 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 dsRag/.idea/misc.xml create mode 100644 dsRag/.idea/vcs.xml create mode 100644 dsRag/T1_HelloWord.py diff --git a/dsRag/.idea/RAG.iml b/dsRag/.idea/RAG.iml index d9e6024f..7a412d0e 100644 --- a/dsRag/.idea/RAG.iml +++ b/dsRag/.idea/RAG.iml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/dsRag/.idea/misc.xml b/dsRag/.idea/misc.xml new file mode 100644 index 00000000..913c162f --- /dev/null +++ b/dsRag/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/dsRag/.idea/vcs.xml b/dsRag/.idea/vcs.xml new file mode 100644 index 00000000..2e3f6920 --- /dev/null +++ b/dsRag/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/dsRag/T1_HelloWord.py b/dsRag/T1_HelloWord.py new file mode 100644 index 00000000..be9b054f --- /dev/null +++ b/dsRag/T1_HelloWord.py @@ -0,0 +1,2 @@ +if __name__ == '__main__': + print("Hello World") \ No newline at end of file