From 421a9d23aefc6fca1217a481dbb6cec76cc25d61 Mon Sep 17 00:00:00 2001 From: Aryan Dubey <74293760+Aryandube@users.noreply.github.com> Date: Wed, 2 Feb 2022 14:53:51 +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 1574d3a..dd473e2 100644 --- a/PrintHello.java +++ b/PrintHello.java @@ -4,5 +4,6 @@ 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(" third line"); +} } -} \ No newline at end of file