Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/build-cpp/cmkr
/ main
Function
main
tests/interface/src/main.cpp:5–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#include
"mylib/mylib.hpp"
4
5
int main() {
6
printf(
"mylib version: %s\n"
, mylib::version());
7
}
Callers
nothing calls this directly
Calls
1
version
Function · 0.50
Tested by
no test coverage detected