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

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