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 +}