mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
9 lines
123 B
C++
9 lines
123 B
C++
#include <cstdio>
|
|
|
|
#include "mylib/mylib.hpp"
|
|
|
|
int main()
|
|
{
|
|
printf("mylib version: %s\n", mylib::version());
|
|
}
|