summaryrefslogtreecommitdiff
path: root/src/it/executable/src/main/c/Executable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/it/executable/src/main/c/Executable.c')
-rw-r--r--src/it/executable/src/main/c/Executable.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/it/executable/src/main/c/Executable.c b/src/it/executable/src/main/c/Executable.c
new file mode 100644
index 0000000..d640602
--- /dev/null
+++ b/src/it/executable/src/main/c/Executable.c
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+int main(int argc, char *argv[]) {
+ printf("Helloworld\n");
+ return 0;
+}
+
+