From 3b42601aecdba91ac112ec5df02d59dd89c9379a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=A6=A8=E9=81=A5?= <3603458499qq.com> Date: Mon, 9 Mar 2026 12:29:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0w1=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E5=92=8CHelloWorld.java?= 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..3d781ec --- /dev/null +++ b/w1/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