From b058787b270b31b20154fe827ce65c628a4bc189 Mon Sep 17 00:00:00 2001 From: pangyaxuan Date: Sun, 8 Mar 2026 20:34:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'hello=20wo=E2=80=86r?= =?UTF-8?q?=E2=80=86l=E2=80=86d'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello wo r l d | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 hello wo r l d diff --git a/hello wo r l d b/hello wo r l d new file mode 100644 index 0000000..f5ca906 --- /dev/null +++ b/hello wo r l d @@ -0,0 +1,7 @@ + package com.itheima.test; + +public class HelloWorld { + static void main() { + System.out.println("Hello World"); + } +} \ No newline at end of file