From e644860fd9e04fc202a5856400a7699d1af2cba1 Mon Sep 17 00:00:00 2001 From: Ajishraja <34052190+Ajishraja@users.noreply.github.com> Date: Tue, 7 Apr 2020 11:23:57 +0200 Subject: [PATCH] testtest test --- HelloWorld.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index 8b6e9b1..0e4d10d 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,World on 20th sept. 14:37 hrs. 2019"); } }