From 29bbf6078c8f72937e0f156338d05c145d590ec4 Mon Sep 17 00:00:00 2001 From: 15336219203 <1412334073@qq.com> Date: Sat, 26 Oct 2024 15:59:12 +0800 Subject: [PATCH] java.java --- java.java | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 java.java diff --git a/java.java b/java.java new file mode 100644 index 0000000..3d781ec --- /dev/null +++ b/java.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