test exec: remove git2go and cloning afb-helloworld
[src/xds/xds-server.git] / test / fixtures / helloworld / helloworld / helloworld.c
1 #include <stdio.h>
2
3 int main() {
4     printf ("Hello, World!\n");
5     return 0;
6 }