Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doctest/doctest
/ program
Function
program
examples/all_features/main.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
int program() {
49
std::cout <<
"Program code."
<< std::endl;
50
return EXIT_SUCCESS;
51
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected