Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
void numbers_view();
9
10
int main1()
11
{
12
numbers_view();
13
14
return 0;
15
}
16
17
void numbers_view()
18
{
Callers
nothing calls this directly
Calls
1
numbers_view
Function · 0.85
Tested by
no test coverage detected