MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / main

Function main

sample/Closed-Class-Hierarchy.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56int32_t main()
57{
58 Rectangle r = {5, 7};
59 std::cout << get_area(r) << std::endl;
60 return 0;
61}

Callers

nothing calls this directly

Calls 1

get_areaFunction · 0.70

Tested by

no test coverage detected