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

Function background

Project_New_Year_Congratulation/new_year.cpp:20–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void background()
21{
22 SetColor(13);
23 cout << endl;
24 cout << "\t\t\t\t " << endl;
25 cout << "\t\t\t\t .\'\'. " << endl;
26 cout << "\t\t\t\t :_\\/_: . " << endl;
27 cout << "\t\t\t\t | * .''. : /\\ : * * * " << endl;
28 cout << "\t\t\t\t | * * :_\\/_:'.:::. \*\'\'* * \'.\'/.\' " << endl;
29 cout << "\t\t\t\t = * .-- : /\\ : ::::: '*_\\\/_* -= o =- \ ' * " << endl;
30 cout << "\t\t\t\t === * / _ ' '..' ':::' * \/\\ * .\'/.\\\'. " << endl;
31 cout << "\t\t\t\t * | * | _ | * .__ *..* ..... .---\"| " << endl;
32 cout << "\t\t\t\t * | _ | _ | _* .-'||'-. .--\'| ||__ | _| | " << endl;
33 cout << "\t\t\t\t * | .-'| | _ | .-\'| _.| || || -| -__ | | | __ || | " << endl;
34 cout << "\t\t\t\t .-----. | | | | | |' | |. || || -| | | | | | || | " << endl;
35 cout << "\t\t\t\t __' ' /\ '\\ | \'-../ |...___| '-' \"\" |__| \'-\' \'-.\' '\` |__ " << endl;
36 cout << "\t\t\t\t ' . . . ' [] \\ \_/ \_/ ..........----|*..''|/?/>/ \''\''\/''/''/ !!!<<<<>>>>>>........... " << endl;
37 SetColor(8);
38 cout << "\t\t\t\t ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ " << endl;
39
40}
41
42void numbers()
43{

Callers 1

numbersFunction · 0.85

Calls 1

SetColorFunction · 0.85

Tested by

no test coverage detected