From 0925ed4a976a437b41eab63c5acce9e3f34baf03 Mon Sep 17 00:00:00 2001 From: Luojiale <2272532647@qq.com> Date: Thu, 5 Mar 2026 20:27:02 +0800 Subject: [PATCH] =?UTF-8?q?HelloWorld=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wl/HelloWorld.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 wl/HelloWorld.java diff --git a/wl/HelloWorld.java b/wl/HelloWorld.java new file mode 100644 index 0000000..3d781ec --- /dev/null +++ b/wl/HelloWorld.java @@ -0,0 +1,5 @@ +public class HelloWorld { + public static void main(String[] args) { + System.out.println("Hello, World!"); + } +} \ No newline at end of file