From 022188713e9d583a2ec32640b8e17a1dee7edc24 Mon Sep 17 00:00:00 2001 From: Chengwuyi <3394813085@qq.com> Date: Sat, 30 May 2026 22:16:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E8=87=B3?= =?UTF-8?q?=20'w1'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- w1/HelloWorld.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 w1/HelloWorld.java diff --git a/w1/HelloWorld.java b/w1/HelloWorld.java new file mode 100644 index 0000000..70fd330 --- /dev/null +++ b/w1/HelloWorld.java @@ -0,0 +1,5 @@ +public class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +}