test exec: remove git2go and cloning afb-helloworld
[src/xds/xds-server.git] / test / fixtures / helloworld / helloworld / helloworld.c
diff --git a/test/fixtures/helloworld/helloworld/helloworld.c b/test/fixtures/helloworld/helloworld/helloworld.c
new file mode 100644 (file)
index 0000000..94ebcdc
--- /dev/null
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+    printf ("Hello, World!\n");
+    return 0;
+}