MCPcopy Create free account
hub / github.com/build-cpp/cmkr / main

Function main

tests/templates/src/templates.cpp:7–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#endif // IS_APP
6
7int main() {
8#if defined(APP_A)
9 puts("Hello from app A!");
10#elif defined(APP_B)
11 puts("Hello from app B!");
12#endif
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected