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

Function main

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

wallFunction · 0.85

Tested by

no test coverage detected