#include <stdio.h>
int main(int argc, char** argv)
{
fprintf(stdout, "Hello vBRAS Product user demo version: %s\n", VERSION);
return 0;
}