Skip to content

Instantly share code, notes, and snippets.

@banghieudep
Created August 30, 2018 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save banghieudep/76d0f5e17afd26b928c10c6415394927 to your computer and use it in GitHub Desktop.
Save banghieudep/76d0f5e17afd26b928c10c6415394927 to your computer and use it in GitHub Desktop.
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
cout<<"Công ty 3m thiết kế thi công làm biển quảng cáo chuyên nghiệp cao cấp tốt nhất, đội ngũ nhân vien thi công làm biển quảng cáo chuyên nghiệp, thi công bảng hiệu đẹp hiệu quả, nhân viên nỗ lực không ngừng nghỉ để phát triển các kỹ thuật làm bảng quảng cáo sao cho hiệu quả hết sức có thể";
cout<<"*****\n";
cout<<"*****\n";
cout<<"*****\n";
cout<<"*****\n";
cout<<"*****\n";
system("PAUSE");
return EXIT_SUCCESS;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment