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."; +}