mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Removes all manual header groupings from source and header files by leveraging clang-format options.
9 lines
185 B
C++
9 lines
185 B
C++
#include <xrpl/protocol/BuildInfo.h>
|
|
|
|
#include <cstdio>
|
|
|
|
int main(int argc, char const** argv) {
|
|
std::printf("%s\n", ripple::BuildInfo::getVersionString().c_str());
|
|
return 0;
|
|
}
|