From 9a7adf2814765486e70c56c947305d8ea1fdd871 Mon Sep 17 00:00:00 2001 From: Gourish M M Date: Sat, 6 May 2023 08:17:41 +0530 Subject: [PATCH 1/2] changeed to gourish --- hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.java b/hello.java index d597b00..65c6cd3 100644 --- a/hello.java +++ b/hello.java @@ -3,6 +3,6 @@ public class hello { public static void main(String[] args) { int a=99999900; System.out.println("This was a file for test repo"); - //This line was added by ambika! + //This line was added by gourish } } From ebdd0ff0bd08bc7ae4e2547738c9f369dcd04560 Mon Sep 17 00:00:00 2001 From: Gourish M M Date: Sat, 6 May 2023 09:26:30 +0530 Subject: [PATCH 2/2] change in variable value to 10 by Gourish --- hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.java b/hello.java index 65c6cd3..dfc4163 100644 --- a/hello.java +++ b/hello.java @@ -1,7 +1,7 @@ public class hello { public static void main(String[] args) { - int a=99999900; + int a=100; System.out.println("This was a file for test repo"); //This line was added by gourish }