From 9384dec93ad99004858b28e1b18f7032f37a237c Mon Sep 17 00:00:00 2001 From: kirthana-1010 Date: Mon, 27 May 2024 09:10:26 +0530 Subject: [PATCH 1/6] first commit --- deni.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 deni.c diff --git a/deni.c b/deni.c new file mode 100644 index 0000000..e69de29 From 84d3ddddbc138d9b870976b5cd071545838e9a7b Mon Sep 17 00:00:00 2001 From: kirthana Ashok Naik <156070927+kirthana-1010@users.noreply.github.com> Date: Mon, 27 May 2024 09:17:16 +0530 Subject: [PATCH 2/6] Update pj --- pj | 1 + 1 file changed, 1 insertion(+) diff --git a/pj b/pj index e69de29..ef0493b 100644 --- a/pj +++ b/pj @@ -0,0 +1 @@ +hello From 0ccfb58161c43be8d4a8e384dfe992ccfbbce5bd Mon Sep 17 00:00:00 2001 From: kirthana-1010 Date: Mon, 27 May 2024 09:21:36 +0530 Subject: [PATCH 3/6] third commit --- pj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pj b/pj index ef0493b..2a0c404 100644 --- a/pj +++ b/pj @@ -1 +1 @@ -hello +hello123 From c50a6e0e7f258ebbc2a81cb41cd4105f16d2e1c9 Mon Sep 17 00:00:00 2001 From: kirthana Ashok Naik <156070927+kirthana-1010@users.noreply.github.com> Date: Mon, 27 May 2024 09:59:10 +0530 Subject: [PATCH 4/6] Update pj --- pj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pj b/pj index 2a0c404..3e30811 100644 --- a/pj +++ b/pj @@ -1 +1,3 @@ -hello123 +a=10; +b=10; +c=a+b; From 12ed02ff190e1838739d11a560a6642d4e8e34c9 Mon Sep 17 00:00:00 2001 From: kirthana Ashok Naik <156070927+kirthana-1010@users.noreply.github.com> Date: Mon, 27 May 2024 10:02:52 +0530 Subject: [PATCH 5/6] Update pj --- pj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pj b/pj index 3e30811..9c50db5 100644 --- a/pj +++ b/pj @@ -1,3 +1,3 @@ -a=10; +a=100; b=10; c=a+b; From 95a70ed9c7b88c2933bd5bbe8efde256870b6e20 Mon Sep 17 00:00:00 2001 From: kirthana-1010 Date: Mon, 27 May 2024 10:03:50 +0530 Subject: [PATCH 6/6] fifth commit --- pj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pj b/pj index 3e30811..86c4f24 100644 --- a/pj +++ b/pj @@ -1,3 +1,3 @@ -a=10; +a=200; b=10; c=a+b;