From 68df13d7a1433ececf6573ce6aafb35969dacb23 Mon Sep 17 00:00:00 2001 From: LeiJuntao <2606542098@qq.com> Date: Thu, 5 Mar 2026 20:18:04 +0800 Subject: [PATCH] Hello World --- 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