From b5c51403f60f55ed0daf610e152a66beaec1d2e1 Mon Sep 17 00:00:00 2001 From: SouravDhami <74343663+SouravDhami@users.noreply.github.com> Date: Wed, 2 Feb 2022 14:42:04 +0530 Subject: [PATCH] Update PrintHello.java --- PrintHello.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PrintHello.java b/PrintHello.java index 1574d3a..573dd70 100644 --- a/PrintHello.java +++ b/PrintHello.java @@ -4,5 +4,7 @@ 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("done") + +} } -} \ No newline at end of file