در این فایل برنامه به صورت لاین های جدا نوشته شده که به راحتی قابل تغییر باشد
#include "stdafx.h"
#include "iostream"
using namespace std;
int main()
{
cout << "*****" << endl;
cout << "* *" << endl;
cout << "* *" << endl;
cout << "* *" << endl;
cout << "* *" << endl;
cout << "* *" << endl;
cout << "*****" << endl;
system("pause");
return 0;
}
- ۹۶/۱۱/۰۳