Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ main
Function
main
code/1/1.1.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include
"foo.h"
9
10
int main() {
11
add(1, 2);
12
return 0;
13
}
Callers
nothing calls this directly
Calls
1
add
Function · 0.70
Tested by
no test coverage detected