From 53f835087a0747fc37a8d16273afa521b0294864 Mon Sep 17 00:00:00 2001 From: abhyudaydubey4 <116032708+abhyudaydubey4@users.noreply.github.com> Date: Sun, 8 Oct 2023 10:53:42 +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..79531cc 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"); //This code can't be skipped. } -} \ No newline at end of file +}