#include #include int main(int argc, char const** argv) { std::printf("%s\n", ripple::BuildInfo::getVersionString().c_str()); return 0; }