From 8cbe6759d491877d302aea7c705cc42a04e4ff71 Mon Sep 17 00:00:00 2001 From: Guoyiting <654525901@qq.com> Date: Sun, 8 Mar 2026 15:31:52 +0800 Subject: [PATCH] w1/HelloWorld.java feat(w1): add HelloWorld.java --- w1/HelloWorld.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 w1/HelloWorld.java diff --git a/w1/HelloWorld.java b/w1/HelloWorld.java new file mode 100644 index 0000000..d558cad --- /dev/null +++ b/w1/HelloWorld.java @@ -0,0 +1,6 @@ +public class HelloWorld { + public static void main(String[] +args){ + System.out.println("Hello,World!"); + } +} \ No newline at end of file