From 88770eaaddfa6470673b656449d9795a9574d3ab Mon Sep 17 00:00:00 2001 From: AERR Date: Fri, 30 Jul 2021 13:33:22 +0530 Subject: [PATCH 1/4] Hellowworld has beena dded --- HelloWorld.java | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) diff --git a/HelloWorld.java b/HelloWorld.java index 63eb2cb..1afc73d 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,39 +1,7 @@ -/* - * Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * - Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * - Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * - Neither the name of Oracle or the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS - * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, - * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - */ - -/** - * The HelloWorldApp class implements an application that simply prints "Hello World" to standard output. - */ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); + System.out.println("Hello, Ulagamae"); + System.out.println("Hello, Dhuniya"); } -} \ No newline at end of file +} From a0d62c82e57909e75d184aabf42e6517fac2362c Mon Sep 17 00:00:00 2001 From: AERR Date: Sat, 31 Jul 2021 17:36:49 +0530 Subject: [PATCH 2/4] added dev branch & added 2 lines in core file --- HelloWorld.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index 1afc73d..363637a 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -1,7 +1,9 @@ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); - System.out.println("Hello, Ulagamae"); System.out.println("Hello, Dhuniya"); + System.out.println("Hello, Ulagamae"); + System.out.println("Hello, Welcome to Earth"); + System.out.println("Hello, Zindagi Rocks"); } } From 29a5c04e42af7b5df6356193918e530918a5693e Mon Sep 17 00:00:00 2001 From: AERR Date: Sat, 31 Jul 2021 20:17:19 +0530 Subject: [PATCH 3/4] a new line has beena dded --- HelloWorld.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HelloWorld.java b/HelloWorld.java index 363637a..d079ecb 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -3,7 +3,8 @@ public static void main(String[] args) { System.out.println("Hello, World"); System.out.println("Hello, Dhuniya"); System.out.println("Hello, Ulagamae"); - System.out.println("Hello, Welcome to Earth"); + System.out.println("Hello, Welcome to Earth") + System.out.println("Hello, Bilkul nahin") System.out.println("Hello, Zindagi Rocks"); } } From ae6faf2aa7761c226a4ba419ce0697d2426d5879 Mon Sep 17 00:00:00 2001 From: AERR Date: Sat, 31 Jul 2021 20:19:09 +0530 Subject: [PATCH 4/4] missed semicolon has been added --- HelloWorld.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HelloWorld.java b/HelloWorld.java index d079ecb..ed00475 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -3,8 +3,8 @@ public static void main(String[] args) { System.out.println("Hello, World"); System.out.println("Hello, Dhuniya"); System.out.println("Hello, Ulagamae"); - System.out.println("Hello, Welcome to Earth") - System.out.println("Hello, Bilkul nahin") + System.out.println("Hello, Welcome to Earth"); + System.out.println("Hello, Bilkul nahin"); System.out.println("Hello, Zindagi Rocks"); } }