From d323033dcd74777ad363847860cccb915f39fb91 Mon Sep 17 00:00:00 2001 From: Varshini-4569 Date: Thu, 30 Mar 2023 13:30:54 +0530 Subject: [PATCH 1/7] i changed a line --- demo.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/demo.java b/demo.java index 6cb5a0a..40ac248 100644 --- a/demo.java +++ b/demo.java @@ -1 +1,2 @@ -demo2 file \ No newline at end of file +demo2 file +demo by varshini \ No newline at end of file From f86a667922b6f9814e9304fde5dffa40f8f9c34c Mon Sep 17 00:00:00 2001 From: Varshini-4569 Date: Thu, 30 Mar 2023 19:38:20 +0530 Subject: [PATCH 2/7] i have changed variable a to b --- hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.java b/hello.java index f28c252..05fa3e7 100644 --- a/hello.java +++ b/hello.java @@ -1,7 +1,7 @@ public class hello { public static void main(String[] args) { - int a=99999900; + int b=99999900; System.out.println("This was a file for test repo"); } } From a7d62ee4b888431ce6b7b9231fdf4b3a708868cd Mon Sep 17 00:00:00 2001 From: Varshini-4569 <122376308+Varshini-4569@users.noreply.github.com> Date: Thu, 4 May 2023 10:25:11 +0530 Subject: [PATCH 3/7] surname added --- demo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.java b/demo.java index 40ac248..6b93b79 100644 --- a/demo.java +++ b/demo.java @@ -1,2 +1,2 @@ demo2 file -demo by varshini \ No newline at end of file +demo by varshini k gowda From e439d8d90b48fded57b98ae065cd0f8f387bf7c5 Mon Sep 17 00:00:00 2001 From: Varshini-4569 <122376308+Varshini-4569@users.noreply.github.com> Date: Thu, 4 May 2023 10:36:42 +0530 Subject: [PATCH 4/7] Update demo.java something i did --- demo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo.java b/demo.java index 6b93b79..c7727c7 100644 --- a/demo.java +++ b/demo.java @@ -1,2 +1,2 @@ demo2 file -demo by varshini k gowda +demo by varshini From d66e87e0d5666df616a7951e738e5ea3278b331f Mon Sep 17 00:00:00 2001 From: Varshini-4569 <122376308+Varshini-4569@users.noreply.github.com> Date: Fri, 5 May 2023 01:52:35 +0530 Subject: [PATCH 5/7] Update demo.java comment added --- demo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/demo.java b/demo.java index c7727c7..42a499c 100644 --- a/demo.java +++ b/demo.java @@ -1,2 +1,3 @@ demo2 file demo by varshini +/comment From ddbaa443f13f0988dd728a2048b3a666613cef3b Mon Sep 17 00:00:00 2001 From: Varshini-4569 <122376308+Varshini-4569@users.noreply.github.com> Date: Fri, 5 May 2023 22:40:19 +0530 Subject: [PATCH 6/7] Update demo.java added --- demo.java | 1 + 1 file changed, 1 insertion(+) diff --git a/demo.java b/demo.java index 42a499c..ae762ff 100644 --- a/demo.java +++ b/demo.java @@ -1,3 +1,4 @@ demo2 file demo by varshini /comment +/comment From dd12805137d495570557e42787ac4e206ea9191e Mon Sep 17 00:00:00 2001 From: Varshini-4569 <122376308+Varshini-4569@users.noreply.github.com> Date: Fri, 5 May 2023 23:09:35 +0530 Subject: [PATCH 7/7] Update hello.java b value =9 --- hello.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.java b/hello.java index 05fa3e7..96c1560 100644 --- a/hello.java +++ b/hello.java @@ -1,7 +1,7 @@ public class hello { public static void main(String[] args) { - int b=99999900; + int b=9; System.out.println("This was a file for test repo"); } }