26.4.05

#include <iostream>

using namespace std;

int main()
{
     cout <<"Merhaba Blog Dünyası" << endl;
     return 0;
}

No comments: