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

Function main

Project_New_Year_Congratulation/new_year.cpp:543–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543int main()
544{
545 system("pause");
546 numbers();
547 system("cls");
548
549 work_pushX();
550
551 congrats();
552 system("pause");
553 return 0;
554}

Callers

nothing calls this directly

Calls 3

numbersFunction · 0.85
work_pushXFunction · 0.85
congratsFunction · 0.85

Tested by

no test coverage detected