#include #include int main() { std::cout << Botan::short_version_string() << "\n"; return 0; }