From df0097db1744f11d8c646f2942bc0d570aaddee7 Mon Sep 17 00:00:00 2001 From: Manisha Kundnani <90680330+Manishak798@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:55:44 +0530 Subject: [PATCH] Create manisha.cpp I added a Cpp file that tells what I love about open-source. This is my first pr in CPP. --- manisha.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manisha.cpp diff --git a/manisha.cpp b/manisha.cpp new file mode 100644 index 0000000..6dba2e2 --- /dev/null +++ b/manisha.cpp @@ -0,0 +1,7 @@ +#include +using namespace std; +int main() +{ + cout << "Sample Language: CPP" << endl; + cout << "I love Open Source because it helps me collaborate with other contributors and my skillset it growing immensly."; +}