diff --git a/manisha b/manisha new file mode 100644 index 0000000..6dba2e2 --- /dev/null +++ b/manisha @@ -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."; +}