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'. 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 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 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