From 3e2738461ca60ab4c21e96b3c163d9c6e321d199 Mon Sep 17 00:00:00 2001 From: xuxin <840198532@qq.com> Date: Sun, 19 Apr 2026 13:40:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day01/day01.iml | 11 +++++++++++ day01/src/com/inmind/HelloWorld.java | 1 + 2 files changed, 12 insertions(+) create mode 100644 day01/day01.iml diff --git a/day01/day01.iml b/day01/day01.iml new file mode 100644 index 0000000..6db0c46 --- /dev/null +++ b/day01/day01.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/day01/src/com/inmind/HelloWorld.java b/day01/src/com/inmind/HelloWorld.java index e583630..298ca53 100644 --- a/day01/src/com/inmind/HelloWorld.java +++ b/day01/src/com/inmind/HelloWorld.java @@ -6,5 +6,6 @@ public class HelloWorld { System.out.println("你好,java!"); System.out.println("你好,java!"); System.out.println("你好,java!"); + System.out.println("添加了一些代码!!!"); } }