From a9b861a27d38d63afdda0018c2daeaacdee7146f Mon Sep 17 00:00:00 2001 From: YanJingting <2970785624@qq.com> Date: Sun, 8 Mar 2026 19:22:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0HelloWorld.java?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HelloWorld.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 HelloWorld.java diff --git a/HelloWorld.java b/HelloWorld.java new file mode 100644 index 0000000..3d781ec --- /dev/null +++ b/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