#include #include #include "version.h" int main(int argc, char **argv) { std::cout << "Hello, world! Version " << VERSION << std::endl; return EXIT_SUCCESS; }