From 77e790824b62685c42d763c9367745718f262e4b Mon Sep 17 00:00:00 2001 From: xuxin <840198532@qq.com> Date: Tue, 13 Jan 2026 14:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=BA=8C=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day01/src/com/inmind/HelloWorld.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/day01/src/com/inmind/HelloWorld.java b/day01/src/com/inmind/HelloWorld.java index f35fdd9..7fef15e 100644 --- a/day01/src/com/inmind/HelloWorld.java +++ b/day01/src/com/inmind/HelloWorld.java @@ -3,5 +3,8 @@ package com.inmind; public class HelloWorld { public static void main(String[] args) { System.out.println("大家好,童鞋们"); + System.out.println("大家好,童鞋们"); + System.out.println("大家好,童鞋们"); + System.out.println("大家好,童鞋们"); } } \ No newline at end of file