From 0dfd5abe80af2b871d235db4d07f82aa6cfced0e Mon Sep 17 00:00:00 2001 From: Chahat Ahuja <88832579+4702chahat@users.noreply.github.com> Date: Sun, 2 Apr 2023 00:49:20 +0530 Subject: [PATCH] Update firstProgram.java --- firstProgram.java | 1 + 1 file changed, 1 insertion(+) diff --git a/firstProgram.java b/firstProgram.java index 3aba997..6e3bd99 100644 --- a/firstProgram.java +++ b/firstProgram.java @@ -8,6 +8,7 @@ public static void main(String[] args) { ======= System.out.println("hello Im learning GIT"); System.out.println("hello neewbies"); + System.out.println("Hello World"); >>>>>>> dev }