From 829eea1f52c5ea3d675321f857725cd363172fad Mon Sep 17 00:00:00 2001 From: Aniket Rajendra Gawandar <74603155+AniketRG@users.noreply.github.com> Date: Mon, 7 Feb 2022 19:02:20 +0530 Subject: [PATCH] Update PrintHello.java --- PrintHello.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PrintHello.java b/PrintHello.java index 29b6cc2..84bee90 100644 --- a/PrintHello.java +++ b/PrintHello.java @@ -4,7 +4,8 @@ public static void main(String args[]) { System.out.println("This program is written for Git and GitHub Demo"); System.out.println(" second line"); -System.out.println("This is the third line. :)"); +System.out.println(" Third Line"); + } }