From 4e6b3e6fef9de7b446906d3f13b3a0c6511a2c50 Mon Sep 17 00:00:00 2001 From: poojadpatkar96 Date: Mon, 21 Sep 2020 12:24:31 +0530 Subject: [PATCH 1/7] updated --- Addition.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Addition.c b/Addition.c index f5f083b..ee14fc0 100644 --- a/Addition.c +++ b/Addition.c @@ -1,12 +1,12 @@ #include int main() { - int x, y, sum; + int a, b, sum; printf("Enter two numbers to add\n"); - scanf("%d%d", &x, &y); + scanf("%d%d", &a, &b); - sum = x + y; + sum = a + b; printf("Sum of the numbers = %d\n", sum); From 4df81afd9790abe02fa5c3c02b7cf43e8eecba76 Mon Sep 17 00:00:00 2001 From: poojadpatkar96 Date: Mon, 21 Sep 2020 12:27:15 +0530 Subject: [PATCH 2/7] new file is added --- abc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 abc diff --git a/abc b/abc new file mode 100644 index 0000000..74b41e1 --- /dev/null +++ b/abc @@ -0,0 +1,2 @@ +Pooja D. Patkar +UDUPI From 5623d108ec2e666927bea90c39ce2d6fb5cf0a63 Mon Sep 17 00:00:00 2001 From: poojadpatkar96 Date: Mon, 21 Sep 2020 12:29:01 +0530 Subject: [PATCH 3/7] xyz --- xyz | 1 + 1 file changed, 1 insertion(+) create mode 100644 xyz diff --git a/xyz b/xyz new file mode 100644 index 0000000..8baef1b --- /dev/null +++ b/xyz @@ -0,0 +1 @@ +abc From 0677bf815092f9a9577496e19daa59e458cf1b79 Mon Sep 17 00:00:00 2001 From: poojadpatkar96 Date: Mon, 21 Sep 2020 12:33:48 +0530 Subject: [PATCH 4/7] omg new file --- ppp | 1 + 1 file changed, 1 insertion(+) create mode 100644 ppp diff --git a/ppp b/ppp new file mode 100644 index 0000000..2ca780a --- /dev/null +++ b/ppp @@ -0,0 +1 @@ +This is new file PPP From ed3e0af53b960790fe773bdde183632107400172 Mon Sep 17 00:00:00 2001 From: poojadpatkar96 <69250646+poojadpatkar96@users.noreply.github.com> Date: Mon, 26 Oct 2020 20:34:22 +0530 Subject: [PATCH 5/7] Create CODEOWNERS --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..a899d50 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +*.c @poojadpatkar96 From ac1c1c31c6de5671b295e67c6388a3e00c40dcd8 Mon Sep 17 00:00:00 2001 From: p-prabhu1829 <73226064+p-prabhu1829@users.noreply.github.com> Date: Mon, 26 Oct 2020 21:01:48 +0530 Subject: [PATCH 6/7] Update CODEOWNERS --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index a899d50..81f80f7 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -*.c @poojadpatkar96 +*.c @p-prabhu1829 From 79e9ad86c6a8406403add707d840077c52917681 Mon Sep 17 00:00:00 2001 From: poojadpatkar96 <69250646+poojadpatkar96@users.noreply.github.com> Date: Tue, 27 Oct 2020 18:26:44 +0530 Subject: [PATCH 7/7] Update abc --- abc | 1 + 1 file changed, 1 insertion(+) diff --git a/abc b/abc index 74b41e1..882ab56 100644 --- a/abc +++ b/abc @@ -1,2 +1,3 @@ Pooja D. Patkar UDUPI +Karnataka