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

Function pushX

Project_New_Year_Congratulation/new_year.cpp:432–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432void pushX(int num) {
433 for (int i = 0;i < num;i++)
434 cout << " ";
435}
436
437void text_2020()
438{

Callers 1

work_pushXFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected