From f46751afee123a0241f82df67c6d9534636aa9c3 Mon Sep 17 00:00:00 2001 From: dekhati <56537500+dekhati@users.noreply.github.com> Date: Tue, 15 Oct 2019 21:11:53 +0530 Subject: [PATCH] updated the file --- HelloWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index 8b6e9b1..aa1d4f9 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -4,6 +4,6 @@ */ public class HelloWorld { public static void main(String[] args) { - System.out.println("Hello,New World on 20th sept. 14:37 hrs. 2019"); + System.out.println("Hello,New by dev World on 20th sept. 14:37 hrs. 2019"); } }