MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / text_2020

Function text_2020

Project_New_Year_Congratulation/new_year.cpp:437–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void text_2020()
438{
439 cout << endl;
440 cout << endl;
441 SetColor(8);
442 cout << "\t\t\t\t\t\t 222222222222 0000000000 222222222222 0000000000 " << endl;
443 SetColor(12);
444 cout << "\t\t\t\t\t\t 2::::222:::22 00:::::::::00 2::::222:::22 00:::::::::00 " << endl;
445 SetColor(14);
446 cout << "\t\t\t\t\t\t 2222 2::22 00:::::::::::00 2222 2::22 00:::::::::::00 " << endl;
447 SetColor(13);
448 cout << "\t\t\t\t\t\t 2::22 0:::0 0:::0 2::22 0:::0 0:::0 " << endl;
449 SetColor(10);
450 cout << "\t\t\t\t\t\t 2::22 0:::0 0:::0 2::22 0:::0 0:::0 " << endl;
451 SetColor(12);
452 cout << "\t\t\t\t\t\t 222:::::22 0:::0 0:::0 222:::::22 0:::0 0:::0 " << endl;
453 SetColor(14);
454 cout << "\t\t\t\t\t\t 22::::22 0:::0 0:::0 22::::22 0:::0 0:::0 " << endl;
455 SetColor(9);
456 cout << "\t\t\t\t\t\t 2::::2 2222 00:::::::::::00 2::::2 2222 00:::::::::::00 " << endl;
457 SetColor(12);
458 cout << "\t\t\t\t\t\t 2::::2222::::2 00:::::::::00 2::::2222::::2 00:::::::::00 " << endl;
459 SetColor(8);
460 cout << "\t\t\t\t\t\t 22222222222222 00000000000 22222222222222 00000000000 " << endl;
461
462}
463
464void work_pushX()
465{

Callers 1

work_pushXFunction · 0.85

Calls 1

SetColorFunction · 0.85

Tested by

no test coverage detected