aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/evel_training/02-library-link/hello_evel_world.c
blob: ab1ae83efc2d5c48cbfa43c61e70fcbb519fcde6 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, char ** argv)
{
  printf("Hello AT&T Vendor Event world!\n");
  return 0;
}