From 491ce84cdf337c5de12448d02450cd5a3987f18b Mon Sep 17 00:00:00 2001 From: jingjiaying Date: Sun, 8 Mar 2026 22:38:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90w1=E7=BC=96=E5=86=99=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- w1/HelloWorld.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 w1/HelloWorld.java diff --git a/w1/HelloWorld.java b/w1/HelloWorld.java new file mode 100644 index 0000000..c9dddd8 --- /dev/null +++ b/w1/HelloWorld.java @@ -0,0 +1,6 @@ +public class HelloWorld { + public static void main(String[] args) { + // 核心打印语句 + System.out.println("Hello, World!"); + } +} \ No newline at end of file