From 6f33b23c1bbe007ab52aa71a34adde6ae5798ab3 Mon Sep 17 00:00:00 2001 From: anushkadeshpande Date: Thu, 24 Oct 2019 20:59:41 +0530 Subject: [PATCH 1/3] my contribution in c --- Code/anushka.c | 7 +++++++ Contributing.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 Code/anushka.c diff --git a/Code/anushka.c b/Code/anushka.c new file mode 100644 index 0000000..c47dcca --- /dev/null +++ b/Code/anushka.c @@ -0,0 +1,7 @@ +//Anushka Deshpande +//India +#include +void main() +{ + printf("\nAku Cinta Kamu!"); +} \ No newline at end of file diff --git a/Contributing.md b/Contributing.md index 6aaf7f4..abed6c9 100644 --- a/Contributing.md +++ b/Contributing.md @@ -25,3 +25,4 @@ * Sending warm greetings from South Africa :) - Ntaoleng Moloi * **Hello from Batcave in Brazil** - Leonardo Dutra * **hiya everyone!** - sage +* **Thanks!** -Anushka \ No newline at end of file From 280cb77b9df0c13d86546f41b2ea986f18088fe0 Mon Sep 17 00:00:00 2001 From: anushkadeshpande Date: Thu, 24 Oct 2019 21:07:54 +0530 Subject: [PATCH 2/3] Hacktober fest --- anu.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 anu.cpp diff --git a/anu.cpp b/anu.cpp new file mode 100644 index 0000000..60e1c9f --- /dev/null +++ b/anu.cpp @@ -0,0 +1,9 @@ +//ANUSHKA DESHPANDE +//INDIA + +#include +using namespace std; +int main() +{ + cout<<"\nAku Cinta Kamu"; +} \ No newline at end of file From 25f56655ff3db63e40f25d9559098241df8d14e3 Mon Sep 17 00:00:00 2001 From: anushkadeshpande <53345232+anushkadeshpande@users.noreply.github.com> Date: Thu, 24 Oct 2019 23:38:46 +0530 Subject: [PATCH 3/3] Update anu.cpp --- anu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anu.cpp b/anu.cpp index 60e1c9f..a070b7d 100644 --- a/anu.cpp +++ b/anu.cpp @@ -1,4 +1,4 @@ -//ANUSHKA DESHPANDE +//ANUSHKA //INDIA #include @@ -6,4 +6,4 @@ using namespace std; int main() { cout<<"\nAku Cinta Kamu"; -} \ No newline at end of file +}