Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
543
int 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
numbers
Function · 0.85
work_pushX
Function · 0.85
congrats
Function · 0.85
Tested by
no test coverage detected