From 9e529b32868efbf0462b5602b71c831525a0c40b Mon Sep 17 00:00:00 2001 From: kushal2000 Date: Wed, 3 Apr 2019 19:20:48 +0530 Subject: [PATCH 1/6] Add name to Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75ccc6c..21e54dd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ Your entry should maintain alphabetic order and it should be in the format: ### Entries +Kushal Kedia [kushal2000](http://github.com/kushal2000) + ## Task 2 After all of you send a Pull Request, I'll add my name to 'Entries'. From 93e4f9fbaa3eb618db745091b6801e134065b14b Mon Sep 17 00:00:00 2001 From: kushal2000 Date: Thu, 4 Apr 2019 02:09:34 +0530 Subject: [PATCH 2/6] Dummy code --- code.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code.c diff --git a/code.c b/code.c new file mode 100644 index 0000000..564d5c1 --- /dev/null +++ b/code.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("Kushal Kedia is my nme\n"); + return 0; +} \ No newline at end of file From 26c9c4ccee07f61e564c7f00add7827794432a5a Mon Sep 17 00:00:00 2001 From: kushal2000 Date: Thu, 4 Apr 2019 02:11:15 +0530 Subject: [PATCH 3/6] Undo --- code.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 code.c diff --git a/code.c b/code.c deleted file mode 100644 index 564d5c1..0000000 --- a/code.c +++ /dev/null @@ -1,7 +0,0 @@ -#include - -int main() -{ - printf("Kushal Kedia is my nme\n"); - return 0; -} \ No newline at end of file From 0737435fd73d2cd54d8c526923bb0193efeaee4d Mon Sep 17 00:00:00 2001 From: kushal2000 Date: Sun, 7 Apr 2019 22:48:17 +0530 Subject: [PATCH 4/6] Code 1 added --- code1.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code1.c diff --git a/code1.c b/code1.c new file mode 100644 index 0000000..3c3d81c --- /dev/null +++ b/code1.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("This is code 1\n"); + return 0; +} \ No newline at end of file From 5e5899f6a3f0a2e11218ec68c69ac4949ae32723 Mon Sep 17 00:00:00 2001 From: kushal2000 Date: Sun, 7 Apr 2019 22:49:03 +0530 Subject: [PATCH 5/6] Code 2 added --- code3.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code3.c diff --git a/code3.c b/code3.c new file mode 100644 index 0000000..4d8b84f --- /dev/null +++ b/code3.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("This is code 3\n"); + return 0; +} \ No newline at end of file From 5adabe2737dbfe5dad4a12028dc18a83173cc371 Mon Sep 17 00:00:00 2001 From: kushal2000 Date: Sun, 7 Apr 2019 22:49:50 +0530 Subject: [PATCH 6/6] Code 5 added --- code5.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 code5.c diff --git a/code5.c b/code5.c new file mode 100644 index 0000000..cc4f867 --- /dev/null +++ b/code5.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("This is code 5\n"); + return 0; +} \ No newline at end of file