From 325536630a73c1c61336d4c22a20cf79c0bda339 Mon Sep 17 00:00:00 2001 From: SunWenxuan <3148628230@qq.com> Date: Sun, 8 Mar 2026 12:35:23 +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'HelloWorld'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 提交HelloWorld.java作业 --- HelloWorld/HelloWorld.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 HelloWorld/HelloWorld.java diff --git a/HelloWorld/HelloWorld.java b/HelloWorld/HelloWorld.java new file mode 100644 index 0000000..8b20ecc --- /dev/null +++ b/HelloWorld/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