MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Function main

CPP/Decimal_to_Binary.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12int main(){
13 int n;
14 cin>>n;
15 binary(n);
16 return 0;
17}

Callers

nothing calls this directly

Calls 1

binaryFunction · 0.70

Tested by

no test coverage detected