aboutsummaryrefslogtreecommitdiffstats
path: root/test/gourdinl/c/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/gourdinl/c/hello.c')
-rw-r--r--test/gourdinl/c/hello.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/gourdinl/c/hello.c b/test/gourdinl/c/hello.c
new file mode 100644
index 00000000..0279269e
--- /dev/null
+++ b/test/gourdinl/c/hello.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(void) {
+ printf("Hello World!\n");
+ return 0;
+}