MCPcopy Create free account
hub / github.com/chaharnishant11/CodeIn10DSA / main

Function main

C++/Homework/rightTriangleUsingFunction.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14int main(){
15 int r;
16 cin>>r;
17
18 pyramid(r);
19}

Callers

nothing calls this directly

Calls 1

pyramidFunction · 0.85

Tested by

no test coverage detected