From 3f9927c72c42f987bc61c02e6d52a4464dd1fca9 Mon Sep 17 00:00:00 2001 From: Thanushree R <122381167+ThanuRavi01@users.noreply.github.com> Date: Thu, 4 May 2023 10:30:25 +0530 Subject: [PATCH 1/4] Update demo.java added a comment --- demo.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo.java b/demo.java index 6cb5a0a..5333784 100644 --- a/demo.java +++ b/demo.java @@ -1 +1,2 @@ -demo2 file \ No newline at end of file +demo2 file +//DEMO BCAF From fa8124eaa54a1497e2f16b7c6106d28585324a43 Mon Sep 17 00:00:00 2001 From: Thanushree R <122381167+ThanuRavi01@users.noreply.github.com> Date: Thu, 4 May 2023 16:31:52 +0530 Subject: [PATCH 2/4] Update hello.java Changed value of a --- hello.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hello.java b/hello.java index d597b00..e0ec14c 100644 --- a/hello.java +++ b/hello.java @@ -1,8 +1,7 @@ public class hello { public static void main(String[] args) { - int a=99999900; + int a=9; System.out.println("This was a file for test repo"); - //This line was added by ambika! - } + } } From 75d612156bbb13479f566eed2c6ec33a775b3237 Mon Sep 17 00:00:00 2001 From: Thanushree R <122381167+ThanuRavi01@users.noreply.github.com> Date: Sat, 6 May 2023 08:44:51 +0530 Subject: [PATCH 3/4] Update hello.java Changed value of a --- hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.java b/hello.java index e0ec14c..91ceb59 100644 --- a/hello.java +++ b/hello.java @@ -1,7 +1,7 @@ public class hello { public static void main(String[] args) { - int a=9; + int a=20; System.out.println("This was a file for test repo"); } } From 829a5aaaab086e876026f116c1cf75493e068ac1 Mon Sep 17 00:00:00 2001 From: Thanuravi01 Date: Sat, 6 May 2023 09:15:08 +0530 Subject: [PATCH 4/4] value of a changed --- hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.java b/hello.java index 91ceb59..7c64f13 100644 --- a/hello.java +++ b/hello.java @@ -1,7 +1,7 @@ public class hello { public static void main(String[] args) { - int a=20; + int a=42; System.out.println("This was a file for test repo"); } }