From f341a3f0fa9a3e9495cd331b325fc77999a70cec Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Oct 2020 07:01:28 +0000 Subject: [PATCH 1/2] modified changes --- modification.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 modification.txt diff --git a/modification.txt b/modification.txt new file mode 100644 index 0000000..b1e4199 --- /dev/null +++ b/modification.txt @@ -0,0 +1 @@ +echo "hello world" From d05cf47fda9e978e90b9f2c3037308b8f3717989 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Oct 2020 07:05:17 +0000 Subject: [PATCH 2/2] added nanu file --- HelloWorld.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HelloWorld.java b/HelloWorld.java index d13c25e..dca5418 100644 --- a/HelloWorld.java +++ b/HelloWorld.java @@ -5,5 +5,7 @@ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello, World"); + System.out.println("Hello, Nanu"); + System.out.println("Hello, Kunjandi Mora"); } }