From 7d33142730cdb9ee540d43f39fd352bc1c4dad92 Mon Sep 17 00:00:00 2001 From: Chengwuyi <3394813085@qq.com> Date: Sun, 15 Mar 2026 20:41:58 +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'w1'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- w1/hello world.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 w1/hello world.java diff --git a/w1/hello world.java b/w1/hello world.java new file mode 100644 index 0000000..4cbe2b2 --- /dev/null +++ b/w1/hello world.java @@ -0,0 +1,14 @@ +/****************************************************************************** + + Online Java Compiler. + Code, Compile, Run and Debug java program online. +Write your code in this editor and press "Run" button to execute it. + +*******************************************************************************/ + +public class Main +{ + public static void main(String[] args) { + System.out.println("Hello World"); + } +} \ No newline at end of file