secgateway/Product/user/demo/main.c

8 lines
141 B
C
Raw Normal View History

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