Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Extra-Creativity/Modern-Cpp-Basics
/ Test
Function
Test
12-Advanced Template/Answer-code/Function.cpp:177–180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
175
}
176
177
int Test(int a)
178
{
179
return a;
180
}
181
182
int main()
183
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected