From c68d465bf2aa8e83c03bd6f01421561c995317c7 Mon Sep 17 00:00:00 2001 From: Chengwuyi <3394813085@qq.com> Date: Sun, 8 Mar 2026 21:32:40 +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''?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello world.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 hello world.java diff --git a/hello world.java b/hello world.java new file mode 100644 index 0000000..4cbe2b2 --- /dev/null +++ b/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