MCPcopy Create free account
hub / github.com/ShivaBhattacharjee/KeyZen / main

Function main

data/cpp/08_template_specialization.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34int main() {
35 printType(42);
36 printType(3.14);
37 printType(std::string("hello"));
38 std::cout << add(3, 4) << "\n";
39 std::cout << add(1.5, 2.5) << "\n";
40 return 0;
41}

Callers

nothing calls this directly

Calls 2

printTypeFunction · 0.85
addFunction · 0.85

Tested by

no test coverage detected