From eadbd6479c642dd6ca7be4b8ab4e0ab8cb9f8bc8 Mon Sep 17 00:00:00 2001 From: clf <264939904@qq.com> Date: Thu, 10 Oct 2024 15:03:41 +0800 Subject: [PATCH] 222 --- .idea/misc.xml | 2 +- .idea/vcs.xml | 6 ++++++ Main.java | 5 +++++ jeidui1.iml | 5 ++++- src | 0 5 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 .idea/vcs.xml create mode 100644 Main.java create mode 100644 src diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d..0548357 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Main.java b/Main.java new file mode 100644 index 0000000..5413063 --- /dev/null +++ b/Main.java @@ -0,0 +1,5 @@ +public class Main { + public static void main(String[] args) { + System.out.println("hello "); + } +} diff --git a/jeidui1.iml b/jeidui1.iml index 9a5cfce..8b2ade9 100644 --- a/jeidui1.iml +++ b/jeidui1.iml @@ -2,7 +2,10 @@ - + + + + \ No newline at end of file diff --git a/src b/src new file mode 100644 index 0000000..e69de29