From 61e21fe8b3cd10ec0c9ed039c6943a7df61199a7 Mon Sep 17 00:00:00 2001 From: rautnet <50319701+rautnet@users.noreply.github.com> Date: Tue, 7 Apr 2020 19:03:47 +0530 Subject: [PATCH 1/2] updating file --- HelloWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index 8b6e9b1..adc7955 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 World New Date New Change !!! "+new Date()); } } From 8c42b37883cf25fb1fc79f8e58e5466d1282e98f Mon Sep 17 00:00:00 2001 From: rautnet <50319701+rautnet@users.noreply.github.com> Date: Tue, 7 Apr 2020 19:05:05 +0530 Subject: [PATCH 2/2] updating date --- HelloWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index adc7955..febdf9c 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 New Date New Change !!! "+new Date()); + System.out.println("Hello, New World New Date 7 April 2020 New Change !!! "); } }