From 74bc5ea76ad17b1b3dc710c795264909f6a210cc Mon Sep 17 00:00:00 2001 From: jingjiaying Date: Mon, 9 Mar 2026 00:04:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90HelloWorld?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- w11/HelloWorld.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 w11/HelloWorld.java diff --git a/w11/HelloWorld.java b/w11/HelloWorld.java new file mode 100644 index 0000000..3d781ec --- /dev/null +++ b/w11/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