From 9c82a1a277c45143729b5432aa8da48b0db837b5 Mon Sep 17 00:00:00 2001 From: mayank-world <52215782+mayank-world@users.noreply.github.com> Date: Sat, 26 Nov 2022 22:48:16 +0530 Subject: [PATCH] Update helloworld.java --- helloworld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloworld.java b/helloworld.java index a5c380e..5a9d110 100644 --- a/helloworld.java +++ b/helloworld.java @@ -1,5 +1,5 @@ public class helloworld { public static void main(String[] args) { - System.out.println("Hello World - Nov 26th 10:46 PM"); + System.out.println("Hello World - Nov 26th 11:59 PM"); } }