From f8d61bc05468dba924079aa5dcd48ba6b597c419 Mon Sep 17 00:00:00 2001 From: Wengxiyi <2179205527@qq.com> Date: Mon, 9 Mar 2026 13:04:36 +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''?= 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..0b2bc8e --- /dev/null +++ b/HelloWorld.java @@ -0,0 +1,5 @@ +public class HelloWorld{ + public static void main(String[] args){ + System.out.println("HelloWorld"); + } +} \ No newline at end of file