From 3e9226527bc7f21102ab18265b9db89cc96de78d Mon Sep 17 00:00:00 2001 From: Manisha Kundnani <90680330+Manishak798@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:02:17 +0530 Subject: [PATCH] Create manisha Added a message by following the template. --- manisha | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 manisha 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."; +}