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

Function main1

Project_New_Year_Congratulation/only_numbers.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8void numbers_view();
9
10int main1()
11{
12 numbers_view();
13
14 return 0;
15}
16
17void numbers_view()
18{

Callers

nothing calls this directly

Calls 1

numbers_viewFunction · 0.85

Tested by

no test coverage detected