From 849b383837d167ff819635063a7d015567f8e241 Mon Sep 17 00:00:00 2001 From: Hardik-Ghori <71206635+Hardik-Ghori@users.noreply.github.com> Date: Sat, 3 Oct 2020 23:08:16 +0530 Subject: [PATCH] Update main.cpp --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index b1f9a36..9d3f91a 100644 --- a/main.cpp +++ b/main.cpp @@ -5,5 +5,6 @@ using namespace std; int main() { cout << "Hello World!" << endl; + cout<< "This is mucsi :)"; return 0; -} \ No newline at end of file +}