From 24635f6c205d57c94bfda61d9c5af5f48877c534 Mon Sep 17 00:00:00 2001 From: abhyudaydubey4 <116032708+abhyudaydubey4@users.noreply.github.com> Date: Sun, 8 Oct 2023 10:52:22 +0530 Subject: [PATCH] Update Hello.java --- Hello.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hello.java b/Hello.java index 4a19d9c..6b53a70 100644 --- a/Hello.java +++ b/Hello.java @@ -1,5 +1,5 @@ public class Hello{ public static void main(String args[]){ - System.out.println("Hello World"); + System.out.println("Hello World"); //The most interesting and wonderful code in this world. } -} \ No newline at end of file +}