about summary refs log tree commit diff
path: root/e2e-tests/jobs/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2e-tests/jobs/hello.c')
-rw-r--r--e2e-tests/jobs/hello.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/e2e-tests/jobs/hello.c b/e2e-tests/jobs/hello.c
new file mode 100644
index 0000000..07f4fc2
--- /dev/null
+++ b/e2e-tests/jobs/hello.c
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+int main ()
+{
+  printf("Hello World!\n");
+  return 0;
+}